.core-content{
    grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));
}

@media (min-width: 993px) and (max-width: 1200px){
    .core-content{
        grid-template-columns: repeat(auto-fill, minmax(26%, 1fr));
    }
}

@media screen and (max-width: 992px) {
    .banner-right img{
        max-width: 85%;
    }
    .core-content{
        grid-template-columns: 1fr;
    }
}