.tabs-image-text {
    padding-top: 35px;
    position: relative;
}

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

    .tabs-image-text__flex {
        margin-left: -52px;
        display: flex;
        flex-wrap: wrap;
    }

    .tabs-image-text__left {
        position: relative;
        width: 320px;
    }

    .tabs-image-text__left img {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0 25px 25px 0;
    }

    .tabs-image-text__right {
        position: relative;
        width: calc(100% - 320px);
        padding: 0 0 80px 32px;
    }

    .tabs-image-text__right h2 {
        font-size: 40px;
        line-height: 1.3em;
        padding-bottom: 18px;
    }
}


@media (min-width: 1200px) {
    .tabs-image-text {
        padding-top: 100px;
    }

    .tabs-image-text__flex {
        margin-left: 0;
        justify-content: space-between;
    }

    .tabs-image-text__left {
        width: calc(50% - 16px);
    }

    .tabs-image-text__left img {
        border-radius: 25px;
    }

    .tabs-image-text__right {
        width: calc(50% - 16px);
        padding: 0 0 170px 16px;
    }

    .tabs-image-text__right h2 {
        font-size: 48px;
        line-height: 1.145em;
        padding-bottom: 25px;
    }

  
}