@media screen and (max-width: 1300px) {
    .random_offer-main {
        grid-template-columns: repeat(3, 1fr);
    }
}