/*.plus-tabs__list_dropdown p {*/
/*    max-width: unset !important;*/
/*}*/

.offers__img {
    width: 35.4vw !important;
    max-width: 680px !important;
    max-height: 720px !important;
    min-width: 35.4vw !important;
    height: 37.5vw !important;
    position: relative !important;
    border-radius: 20px !important;
    background: #D1DFEE !important;
    padding: 40px 50px !important;
    display: block !important;
    overflow: hidden !important;
}

@media screen and (max-width: 1024px) {
    .offers__img {
        width: 100% !important;
    }
}