/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

.image-text-cta {
    position: relative;
    background: #1D73BE;
    color: #fff;
    z-index: 1;
}

.image-text-cta h2 {
    color: #fff;
}

.image-text-cta__content {
    text-align: center;
}

.image-text-cta__content p:last-child{
    margin-bottom: 0;
}

.image-text-cta__image {
    max-width: 230px;
    margin: 35px auto 0;
}

.image-text-cta:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 375px;
    background: #02B4D7;
    z-index: -1;
    -webkit-clip-path: polygon(0 68%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 68%, 100% 0, 100% 100%, 0% 100%);
}

.image-text-cta__content p a:not(.btn) {
    color: #fff;
    background: none;
}


.image-text-cta__image img{
    height: auto;
}


@media(min-width: 768px) {
    .image-text-cta__content {
        text-align: left;
        width: 70%;
    }

    .image-text-cta__image {
        max-width: 258px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }

    .image-text-cta__wrapper {
        position: relative;
    }

    .image-text-cta__content p {
        padding-right: 60px;
        margin: 0 0 22px;
    }

    .image-text-cta:after {
        width: 400px;
        height: 100%;
        -webkit-clip-path: polygon(94% 0, 100% 0, 100% 100%, 0% 100%);
                clip-path: polygon(94% 0, 100% 0, 100% 100%, 0% 100%);
    }


}


@media(min-width: 1200px) {
    .image-text-cta__image {
        max-width: 489px;
        right: 20px;
    }

    .image-text-cta__content {
        width: 60%;
    }

    .image-text-cta__content p {
        padding-right: 140px;
        margin: 0 0 30px;
    }

    .image-text-cta:after {
        width: 687px;
        -webkit-clip-path: polygon(67% 0, 100% 0, 100% 100%, 0% 100%);
                clip-path: polygon(67% 0, 100% 0, 100% 100%, 0% 100%);
    }
    
    .image-text-cta__content h2 {
        margin: 0 0 20px;
    }

}

@media(min-width: 1600px) {
    .image-text-cta:after {
        width: 867px;
        -webkit-clip-path: polygon(47% 0, 100% 0, 100% 100%, 0% 100%);
                clip-path: polygon(47% 0, 100% 0, 100% 100%, 0% 100%);
    }
}