.offer-card-box .img-box {
    display: block;
    height: 260px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.offer-card-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.offer-card-box .info-box .title-box h1 {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .offer-card-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .offer-card-wrapper {
        grid-template-columns: 1fr;
    }
}
