

.category-hero{
    background:#fafafa;
    padding:35px 20px;
    text-align:center;
}


.hero-container{
    max-width:1920px;
    margin:auto;
}


/* Breadcrumb */

.breadcrumb{
    font-size:14px;
    color:#777;
    margin-bottom:25px;
}

.breadcrumb a{
    color:#555;
    text-decoration:none;
}

.breadcrumb span{
    margin:0 6px;
}


/* H1 */

.category-hero h1{
    font-size:48px;
    line-height:1.2;
    font-weight:700;
    color:#222;
    margin:0 0 15px;
}


/* H2 */

.category-hero h2{
    font-size:24px;
    font-weight:600;
    color:#333;
    margin:0 0 20px;
}


/* Description */

.hero-desc{
    max-width:900px;
    margin:0 auto;
    font-size:16px;
    line-height:1.7;
    color:#555;
}


/* Mobile */

@media(max-width:768px){

    .category-hero{
        padding:30px 15px;
    }

    .breadcrumb{
        font-size:13px;
        margin-bottom:20px;
    }

    .category-hero h1{
        font-size:32px;
    }

    .category-hero h2{
        font-size:20px;
        line-height:1.4;
    }

    .hero-desc{
        font-size:15px;
        line-height:1.65;
    }

}

