.promocode--only-image__img {
    display: block;
    width: 100%;
    min-height: 180px;
    max-height: 340px;
    border-radius: 40px;
    object-fit: cover;
}
@media (max-width: 1024px) {
    .promocode--only-image__img {
        max-height: 280px;
    }
}
@media (max-width: 767px) {
    .promocode--only-image__img {
        max-height: 390px;
        border-radius: 28px;
    }
}