.slick__offers  {
    position: absolute;
    bottom: 40%;
    right: 15%;
    z-index: 1000;
}
.slick__offers img {
    width: 100px;
}

.slick__alps {
    position: absolute;
    bottom: 10%;
    right: 8%;
    z-index: 1000;
}
.slick__alps img {
    width: 150px;
}

@media (min-width: 1280px) {
    .slick__offers img {
        width: 120px;
    }
    .slick__alps img {
        width: 180px;
    }
}
@media (min-width: 1400px) {
    .slick__offers img {
        width: 150px;
    }
    .slick__alps img {
        width: 210px;
    }
}


#page-4 .w-content .frame-layout-0.hide-for-large  {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

#page-4 .w-content .frame-layout-0.hide-for-large .frame {
    padding: 0;
}
#page-4 .w-content .frame-layout-0.hide-for-large .frame .column{
    display: flex
}

#page-4 .w-content .frame-layout-0.hide-for-large img {
    width: 161px;
}