.multi-image-text {
    position: relative;
    z-index: 1;
    padding-top: 65px;
}

.multi-image-text__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 768px;
    height: calc(100% - 179px);
    max-width: inherit;
    z-index: -1;
    object-fit: cover;
}

.multi-image-text__text {
    padding: 0 22px 32px;
    width: 100%;
}

.multi-image-text__text__wrapper p {
    padding-right: 20px;
}

.multi-image-text__image {
    width: 100%;
}

.multi-image-text__image__top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
    justify-content: space-between;
}

.multi-image-text__image__left {
    width: calc(50% - 7px);
    height: 228px;
}

.multi-image-text__image__bottom {
    height: 228px;
}

.multi-image-text__text h2 {
    border-bottom: 5px solid var(--primary-color);
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .multi-image-text {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .multi-image-text {
        align-items: center;
        flex-direction: row-reverse;
    }

    .multi-image-text__bg {
        width: 100%;
        height: 100%;
    }

    .multi-image-text__text {
        padding: 0 52px 0 16px;
        width: 50%;
    }

    .multi-image-text__text__wrapper p {
        padding-right: 0;
    }

    .multi-image-text__image {
        width: 50%;
        padding-right: 16px;
    }

}


@media (min-width: 1200px) {
    .multi-image-text {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .multi-image-text__text {
        padding: 0 63px 0 109px;
        width: calc(50% + 200px);
    }

    .multi-image-text__text__wrapper {
        max-width: 644px;
    }

    .multi-image-text__image {
        width: calc(50% - 200px);
        padding-right: 0;
    }

    .multi-image-text__image__top {
        margin-bottom: 28px;
    }

    .multi-image-text__image__left {
        width: calc(50% - 14px);
        height: 383px;
    }

    .multi-image-text__image__bottom {
        height: 383px;
    }

}