
.ctaback-con {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 3%;
}

.ctaback-inner {
    width: 70%;
    margin: 0 auto;
}

.cta-bg-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.cta-bg-box {
    position: relative;
}

.ctaback-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.5em!important;
    margin-bottom: 1em;
}

.ctaback-adjust {
    width: 100%;
}

.ctaback-link-con {
    position: absolute;
    z-index: 99;  
    top: 35%;
    left: 3%;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    width: 35%;
}

.cta-imgs {
 filter: brightness(0.6);
}

.ctaback-anchor {
    color: white!important;
    font-weight: 700;
    font-size: 1em;
}

.cta-bg-box:hover .ctaback-anchor {
   color: #78be20!important;
}

.cta-bg-box:hover .chevron-ani {
   transform: rotate(90deg);
   color: #78be20!important;
}

@media (max-width: 1930px) {
    .ctaback-inner {
    width: 80%;
}
}

@media (max-width: 1700px) {
    .ctaback-inner {
    width: 90%;
}
}

@media (max-width: 1500px) {
    .ctaback-inner {
    width: 100%;
}
}

@media (max-width: 1350px) {
    .cta-imgs {
        max-width: 500px;
    }
    .ctaback-link-con {
    width: 50%;
}
}

@media (max-width: 1100px) {
    .cta-imgs {
        max-width: 400px;
}
}


@media (max-width: 860px) {
.cta-bg-flex {
    flex-direction: column;
    align-items: center; 
}
.cta-bg-box {
   margin: 1em 0;
}
    .ctaback-inner {
    width: 400px;
}
}

@media (max-width: 420px) {
    .cta-imgs {
        max-width: 300px;
    }    .ctaback-inner {
    width: 300px;
    }
    .ctaback-link-con {
        width: 70%;
}
}
        