.home-image-text {
    background: #0C0C0C;
    position: relative;
    z-index: 2;
}

.home-image-text__text {
    margin-bottom: 35px;
}

.home-image-text__image-bottom {
    height: 177px;
    margin-top: 19px;
}

.home-image-text__image-bottom img,
.home-image-text__image-left img {
    border-radius: 30px;
}

.home-image-text__image-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-image-text__image-right {
    width: 151px;
    height: 163px;
}

.home-image-text__image-right img {
    border-radius: 50%;
}

.home-image-text__image-left {
    width: calc(100% - 165px);
    height: 163px;
}

@media( max-width: 1199px ) {
    .home-image-text .row  {
        flex-direction: column-reverse;
    }

    .home-image-text .image-text__half {
        margin-top: 45px;
    }

    .home-image-text.image-text--left .image-text__content {
        margin-top: 0;
    }

    .home-image-text.image-text--left .image-text__content .image-text__text {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    
    .home-image-text__text {
        margin-bottom: 45px;
    }

    .home-image-text__image-bottom {
        height: 334px;
        margin-top: 28px;
    }

    .home-image-text__image-right {
        width: 318px;
        height: 302px;
    }

    .home-image-text__image-left {
        width: calc(100% - 346px);
        height: 302px;
    }
}

@media (min-width: 1200px) {

    .home-image-text .flex-row {
        align-items: center;
        flex-direction: row-reverse;
    }
    
    .home-image-text__text {
        margin-bottom: 0;
    }

    .home-image-text__image {
        padding-right: 46px;
    }

    .home-image-text__image-bottom {
        height: auto;
        margin-top: 37px;
    }

    .home-image-text__image-right {
        width: 335px;
        height: 335px;
    }

    .home-image-text__image-left {
        width: calc(100% - 363px);
        height: 335px;
    }
}