.our-product.collections .category-title{
    font-style: normal;

    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 25px;
}
@media(max-width:576px){
    .our-product.collections .category-title{
        font-size: 17px;
    }
}