

/* Hero Section */

.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:#777;
    text-decoration:none;
}


.breadcrumb a:hover{
    text-decoration:underline;
}


.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;
    line-height:1.4;
    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;
}


/* SEO Keyword Link Style */

.hero-desc a{
    color:#e60000;
    text-decoration:none;
}


.hero-desc a:hover{
    text-decoration:underline;
}



/* Mobile */

@media(max-width:768px){

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


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


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


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


    .breadcrumb{
        font-size:13px;
    }

}

