.section-promo .section-header .button {
    margin: 32px 0 0 0;
}

.section-promo__image {
    width: 100%;
    max-width: 1672px;
    max-height: 500px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.section-promo-wrap {
    position: relative;
    overflow: hidden;
}

.section-promo__pattern-one,
.section-promo__pattern-two {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1919px) {
    .section-promo__image {
        height: 400px;
        max-width: 1224px;
    }

    .section-promo__pattern-one,
    .section-promo__pattern-two {
        bottom: -42px;
    }
}

@media (max-width: 1439px) {
    .section-promo__image {
        height: 300px;
        max-width: 936px;
    }

    .section-promo .section-header .button {
        margin: 24px 0 0 0;
    }

    .section-promo__pattern-one,
    .section-promo__pattern-two {
        right: -200px;
    }
}

@media (max-width: 1023px) {
    .section-promo .section-header h2 {
        margin: 0 0 24px 0;
    }

    .section-promo .section-header .button {
        margin: 16px 0 0 0;
        width: 100%;
    }

    .section-promo__image {
        height: 250px;
        max-width: 100%;
    }

    .section-promo__pattern-one,
    .section-promo__pattern-two {
        display: none;
    }
}