.bw-product-categories {
    background: #fbfcfc;
    padding: 30px;
    text-transform: uppercase;
    /*font-weight: bold;*/
}

@media (max-width:767px) {
    .bw-product-categories {
        padding: 15px 0;
    }
}

.bw-product-breadcrumb {
    font-size: 10px;
    display: inline-block;
}
.about-image{
    
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height:700px;
}
.about-container{
    margin-top:-150px;
}
.about-gray-content{
    max-width:800px;
    margin:auto;
    text-align:center;
    background:#a0a09f;
    padding:50px 30px;
    color:#fff;
}
.about-gray-content article{
    max-width:500px;
    margin:auto;
}
.about-gray-content h1{
    font-weight:bold;
    letter-spacing:.2em;
    text-transform:uppercase;
    font-size:35px;
    margin-bottom:40px;
}
    .about-gray-content {
        font-size:12px;
        line-height:1.5;
    }
    .about-sign{
        max-width:150px;
        margin:auto;
    }
    .about-quote{
        max-width:900px;
        margin:200PX auto;
        text-align:center;
        color:#a0a09f;

    }