.offers-container{
    padding: 3.125vw 6.125vw;
    background: #FFF;
}

.enjoy-container{
    background: var(--white);
    display: block;
}

.enjoy-container .offer-box{
    margin-top: 0px;
}

.offers-container2{
    background: var(--white);
    display: block;
    padding-bottom: 0px;
}

.offers-container2 .locations-list{
    grid-template-columns: repeat(3, 1fr);
}

.offers-container2 .location-box{
    height: 35vw;
}

.offers-container2 .location-box .regular-12{
    height: 4vw;
}

.offer-cl{
    padding-top: 0px;
    padding-bottom: 3.125vw;
}

.offers-content{
    display: flex;
    justify-content: space-between;
}

.offers-content img{
    width: 38.28vw;
}

.offers-c-item{
    width: 41.71vw;
}

.offers-c-item div{
    max-width: 34.37vw;
}

.offer-cont-offer{
    height: auto;
    padding-top: 0px !important;
}

.offer-cont-offer .offer-box{
    margin-top: 7vw;
}

@media (min-height: 120vw){
    .offers-container2 .locations-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .offers-container2 .locations-list .location-box{
        margin-bottom: 80vw;
    }
    .enjoy-container .offers-content{
        display: block;
    }
    .enjoy-container .offers-content img{
        width: 100%;
    }
    .enjoy-container .offers-content .offers-c-item{
        margin-top: 5vw;
        transform-origin: top left;
        transform: scale(2.6);
        width: 33vw;
        height: 52vw;
    }
    .enjoy-container .offers-content .offer-button{
        max-width: 100%;
        width: 100%;
        height: 3vw;
        font-size: 1.4vw;
    }
    .offers-c-item div {
        height: 5vw;
    }
    .offers-container{
        padding: 8.125vw 6.125vw;
        margin: 3.125vw 6.125vw;
        margin-top: 19vw;
        border-radius: 2.05vw;
    }
    .offers-container .bold-24{
        height: 10vw;
    }
    .offers-container .black-button{
        width: 100%;
        font-size: 3.2vw;
        border-radius: 1.4vw;
        height: 8.2vw;
        margin-top: 7vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 120vh){
    .offers-container2{
        transform-origin: top center;
        transform: scale(0.8);
        height: 30vw !important;
        padding-top: 3vw;   
    }
}