/*==================================================
RECOMMENDATIONS
==================================================*/

@media(max-width:1100px){

    .bpw-recommendation-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:767px){

    .bpw-recommendation-grid{

        grid-template-columns:1fr;

    }

    .bpw-rec-content h3{

        font-size:22px;

    }

}