.green-cta {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 999;
}

.green-cta-bg {
    z-index: 999;
    background: linear-gradient(82deg, #0F4F1E 54.03%, rgba(15, 79, 30, 0.00) 100%), rgba(255, 255, 255, 0) 50% / cover no-repeat;
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    top: 0;
}

.green-cta .green-cta-holder {
    z-index: 999;
}

.green-cta .green-cta-holder__left {
    width: 70%;
}

.green-cta .green-cta-holder__left h2 {
    color: #FFF;
    font-family: 'Literata', sans-serif;
    font-size: 44px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 36px;
}

.green-cta .green-cta-holder__left h4 {
    color: #FFF;
    font-family: 'Literata', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 528;
    line-height: 110%;
    margin-bottom: 6px;
}

.green-cta .green-cta-holder__left p {
    color: #FFF;
    font-family: 'Literata', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    opacity: 0.5;
}

.green-cta img {
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .green-cta {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .green-cta .green-cta-holder {
        width: 100%;
        margin-left: 0;
    }

    .green-cta .green-cta-holder__left {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .green-cta {
        padding-bottom: 144px;
    }

    .green-cta-bg {
        background: linear-gradient(180deg, #0F4F1E 60%, rgba(15, 79, 30, 0.00) 110%), rgba(255, 255, 255, 0) 50% / cover no-repeat;
    }

    .green-cta .green-cta-holder__left {
        width: 100%;
    }

    .green-cta .green-cta-holder__left h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 575px){
    .green-cta .green-cta-holder__left h2{
        font-size: 32px;
        line-height: 110%;
    }
}