.special-image-text {
    position: relative;
    z-index: 1;
}

.special-image-text__wrapper {
    background-color: #000;
    padding: 20px;
    border-radius: 35px;
}

.special-image-text__image,
.special-image-text__text {
    width: 100%;
}

.special-image-text__image {
    margin-bottom: 30px;
}

.special-image-text__image__top {
    margin-bottom: 19px;
}

.special-image-text__image__top img,
.special-image-text__image__bottom-left img,
.special-image-text__image__left img {
    border-radius: 30px;
}

.special-image-text__image__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.special-image-text__image__bottom-left {
    width: calc(50% + 3px);
    height: 160px;
}

.special-image-text__image__bottom-right {
    width: calc(50% - 15px);
    height: 160px;
}

.special-image-text__image__bottom-right img {
    border-radius: 100%;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .special-image-text__wrapper {
        padding: 46px 35px;
        border-radius: 46px;
    }

    .special-image-text__image {
        margin-bottom: 45px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .special-image-text__image__right {
        width: 342px;
    }

    .special-image-text__image__left {
        width: calc(100% - 361px);
        height: 373px;
    }

    .special-image-text__image__top {
    height: 189px;
    }

    .special-image-text__image__bottom-left {
        width: 158px;
        height: 165px;
    }

    .special-image-text__image__bottom-right {
        width: 165px;
        height: 165px;
    }
}


@media (min-width: 1200px) {
    .special-image-text__wrapper {
        padding: 80px  63px;
        border-radius: 80px;
        align-items: center;
        justify-content: space-between;
    }

    .special-image-text__image {
        margin-bottom: 0;
        width: 531px;
    }

    .special-image-text__text {
        width: calc(100% - 566px);
    }

    .special-image-text__image__right {
        width: 100%;
    }

    .special-image-text__image__left {
        width: 177px;
        height: 375px;
        display: none;
    }

    .special-image-text__image__top {
        height: 201px;
    }

    .special-image-text__image__bottom {
        margin-left: -15px;
        margin-right: -15px;

        & > div {
            width: 50%;
            padding: 0 15px;
            /* I comment this out because it was causing the images to be stretched -> https://webpagefx.mangoapps.com/msc/MjQ2MTAwOF8xNTQ5MDE0MA */
            /* height: auto; */
        }
    }

    .special-image-text__image__bottom-left {
        width:161px;
        height: 155px;
    }

    .special-image-text__image__bottom-right {
        width: 155px;
        height: 155px;
    }
}


@media (min-width: 1600px) {
   
    .special-image-text__image {
        width: 731px;
    }

    .special-image-text__text {
        width: calc(100% - 779px);
    }

    .special-image-text__image__right {
        width: 435px;
    }

    .special-image-text__image__left {
        width: 277px;
        height: 475px;
        display: block;
    }

    .special-image-text__image__top {
        height: 251px;
    }

    .special-image-text__image__bottom-left {
        width: 211px;
        height: 205px;
    }

    .special-image-text__image__bottom-right {
        width: 205px;
        height: 205px;
    }
}