.offers-res-item {
    margin-bottom: 20px;
    width: 50%;
}
.offers-res-item:nth-child(3n+1) {
    width: 100%;
}
.offers-res-item:last-child {
    margin-bottom: 0;
}
.offers-res-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 42.5%;
}
.offers-res-item:nth-child(3n+1) .offers-res-image {
    padding-top: 21%;
}
.offers-res-image.phone {
    display: none;
}
/*Responsive*/
@media only screen and (max-width: 1024px) {
    #offers .header-section-title {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 769px) {
    #offers .header-section-title {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .offers-res-item {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .offers-results {
        margin: 0 -20px;
    }
    .offers-res-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .offers-res-image,
    .offers-res-item:nth-child(3n+1) .offers-res-image {
        padding-top: 60%;
    }
    .offers-res-image.desktop {
        display: none;
    }
    .offers-res-image.phone {
        display: block;
    }
}