/* @bulbul Change headers size in the category description */

#product-category .description_text h2,
#product-category .description_text h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

#product-category .description_text h2:not(:first-child) {
    margin-top: 20px;
}

#product-category .description_text h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
