.half-text-three-image {
    margin: 75px 0;
}

.half-text-three-image__image,
.half-text-three-image__text {
    position: relative;
    width: 100%;
}

.third-image {
    margin-right: -22px;
    height: 245px;
    position: relative;
}

.third-image img {
    border-radius: 20px 0 0 20px;
}

.choose-year {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.20em;
    position: absolute;
    bottom: 0;
    right: 15px;
    color: transparent;
}

.choose-year-info {
    position: absolute;
    bottom: 5px;
    right: 15px;
    width: 157px;
}

.third-image .choose-year-info img {
    border-radius: 0;
}

.choose-counts {
    margin: 30px -16px 0;
    display: flex;
    flex-wrap: wrap;
}

.choose-count-item {
    padding: 0 16px;
    width: 50%;
}

.choose-count {
    border-radius: 20px;
    padding: 20px 15px;
    background: var(--green);
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
}

.choose-count span {
    display: block;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
}

.half-text-three-image__text {
    margin-top: 30px;
}

.choose-cta {
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
}

.choose-cta i {
    font-size: 20px;
    line-height: 1em;
    font-weight: normal;
}

.half-text-three-image__text__wrapper h2 {
    color: var(--heading-color);
}

@media (min-width: 768px) {
    .half-text-three-image {
        margin: 90px 0;
    }

    .half-text-three-image__image {
        margin: 0 -52px;
        width: calc(100% + 104px);
    }

    .first-image {
        width: 368px;
        height: 220px;
        position: relative;
    }

    .first-image img {
        border-radius: 0 20px 20px 0;
    }

    .second-image {
        margin-top: 32px;
        width: 281px;
        height: 398px;
        position: relative;
    }

    .second-image img {
        border-radius: 0 20px 20px 0;
    }

    .third-image {
        right: 0;
        top: 124px;
        margin-right: 0;
        width: calc(100% - 313px);
        height: 379px;
        position: absolute;
        z-index: 1;
    }

    .third-image::before {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: var(--white);
        top: -32px;
        left: -32px;
        border-radius: 20px;
    }


    .choose-year {
        -webkit-text-stroke-color: var(--primary);
        opacity: 0.4;
        font-size: 140px;
        bottom: auto;
        right: auto;
        left: 91px;
        top: -165px;
        z-index: 2;
    }

    .choose-year-info {
        bottom: auto;
        right: auto;
        left: 91px;
        top: -165px;
        z-index: 2;
        width: 312px;
    }

    .choose-counts {
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% - 281px);
        padding-right: 51px;
    }

    .half-text-three-image__text {
        margin-top: 50px;
    }

    .half-text-three-image__text__wrapper .btn-group {
        column-gap: 37px;
    }

}


@media (min-width: 1200px) {
    .half-text-three-image {
        margin: 150px 0;
    }

    .half-text-three-image .flex-row {
        align-items: flex-end;
    }

    .half-text-three-image .container-fluid {
        padding: 0 64px;
    }

    .half-text-three-image__image,
    .half-text-three-image__text {
        margin: 0;
        width: 50%;
    }

    .half-text-three-image__text {
        padding-left: 80px;
    }

    .half-text-three-image__text__wrapper {
        max-width: 551px;
    }

    .first-image {
        width: calc(100% - 307px);
        height: 338px;
        margin-right: 0;
    }

    .second-image {
        width: calc(100% - 467px);
    }

    .second-image img,
    .first-image img,
    .third-image img {
        border-radius: 20px;
    }

    .third-image {
        right: 16px;
        top: 198px;
        width: 419px;
        height: 399px;
    }


    .choose-year {
        font-size: 245px;
        left: 151px;
        top: -265px;
    }

    .choose-year-info {
        left: 151px;
        top: -200px;
        width: 541px;
    }

    .choose-counts {
        right: 16px;
        width: 451px;
        padding-right: 0;
    }

    .choose-count {
        padding: 23px 15px;
        font-size: 40px;
    }

    .choose-count span {
        font-size: 20px;
    }

    .half-text-three-image__text__wrapper h2,
    .half-text-three-image__text__wrapper .sub-heading {
        margin-bottom: 5px;
    }
}


@media (min-width: 1600px) {
    .first-image {
        width: calc(100% - 430px);
        left: 117px;
    }
}