.page-favourite-no-login{
    padding: 20px;
}


@media only screen and (min-width: 1400px) and (max-width: 1650px){
    .catalog-item img{
        height: 180px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .catalog-item img{
        height: 160px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1200px){
    .catalog-item img{
        height: 150px;
    }
}




