@media (min-width: 1200px) {
    .t-store__filter__search-and-sort .t-descr_xxs{
        font-size: 20px !important;
    }
    
    .t-store__sort-select-wrapper {
        width: 280px;
    }
}

    .t-store__filter__search .t-store__filter__input {
        border-radius: 15px; 
    }
    .t-feed__col-grid__post-wrapper, .t-store__sort-select {
        border-radius: 15px; 
    }
    .t-bgimg {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }