.category-title{
    text-align: center;
    font-family: 'GT America Thin', sans-serif;
    font-size: 100px;
    padding:103px 35px 135px;
}

@media screen and (max-width:1200px){
    .category-title{
        padding:70px 22px 87px;
        line-height: 104.5%;
        font-size: 90px;
    }
}

@media screen and (max-width:500px){
    .category-title{
        font-size:46px;
        padding:42px 0 26px;
    }
    .search-results-filters-wrapper span.nomob{
        display: none;
    }
    .search-results-filters-wrapper{
        justify-content: center;
        padding: 0px 22px 40px;
    }
}