.home-image-content {
    position: relative;
}

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

.home-image-text__image {
    max-width: 100%;
    margin-top: 40px;
    display: block;
    border-radius: 0 !important;
    height: auto;
}

.home-image-text__text {
    position: relative;
    z-index: 2;
}

@media(min-width:768px) {
    .home-image-text {
        padding-top: 95px;
    }
}

@media(min-width: 1200px) {
    .home-image-text .flex-row {
        flex-direction: row-reverse;
    }

    .home-image-text {
        padding: 110px 0;
        min-height: 600px;
        display: flex;
        align-items: center;
    }

    .home-image-text.left .home-image-text__image {
        margin-top: 0;
        position: absolute;
        left: -37%;
        bottom: 0;
        width: calc(92% - 32px);
    }

    .home-image-text.right .home-image-text__image {
        margin-top: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        width: calc(50% - 32px);
    }

    .home-image-text.left .home-image-text__text {
        /* width: calc(50% - 14px); */
        /* margin-left: auto; */
        width: calc(70% - 14px);
    }

    .home-image-text.right .home-image-text__text {
        /* width: calc(50% - 14px); */
        /* margin-left: auto; */
        width: calc(60% - 14px);
    }

}

@media(min-width: 1400px) {
    .home-image-text.left .home-image-text__image {
        left: -32%;
        bottom: 0;
        width: calc(83% - 32px);
    }
}

@media(min-width: 1600px) {
    .home-image-text.left .home-image-text__image {
        left: -20%;
        bottom: 0;
        width: calc(70% - 32px);
    }
}

@media(min-width: 1920px) {
    .home-image-text.left .home-image-text__image {
        left: 0;
        bottom: 0;
        width: calc(50% - 32px);
    }
}