/*==================================
    productCategoryTitleDescription
==================================*/

.category-text-content {
    padding: 0 0 30px 0;
}

/*==== End of emptyBlock ====*/

/*==================================
    Responsive
==================================*/

@media screen and (max-width:768px) {

    .category-text-content {
        padding: 50px 0;
    }

    .category-text-content h2 {
        font-size: 1.5rem;
    }

    .content-wrapper {
        width: 100%;
    }

}

@media screen and (max-width:767px) {

    .category-text-content {
        text-align: center;
    }
    
}

@media screen and (max-width:320px) {

    .category-text-content {
        padding: 40px 0;
    }
  
}

/*==== End of Responsive ====*/
