@media only screen and (min-width: 1201px){
    .featuredblock__item {
        width: 30%;
        margin: 26px 1.28% 4px; 
    }
    .featuredblock__title:after { 
        width: 230px; 
    }
    
}

@media only screen and (maxwidth: 1200px){
    .featuredblock__item {
        width: 1000% !important; 
    }
}