/* --- bottom cta section ---*/
.cta-career-innerpages {
    background: #dedfe0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-career-innerpages h3 {
    margin-top: 0;
    line-height: 1.1em;
}

.cta-career-innerpages-image {
    display: none;
}

.cta-career-innerpages-text {
    padding: 50px 0;
    z-index: 10000;
}

.cta-career-innerpages-text p+a {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .cta-career-innerpages {
        overflow: hidden;
    }

    .cta-career-innerpages h3 {
        font-size: 25px;
    }

    .cta-career-innerpages-text {
        padding: 75px 0;
    }

    .cta-career-innerpages-image {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        max-width: 35%;
        height: 100%;
    }
}

.cta-career-innerpages-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.content-left .cta-career-innerpages-image:before {
    content: "";
    display: block;
    height: 100%;
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 900;
    background: linear-gradient(to right,
            rgba(222, 223, 224, 1) 0%,
            rgba(222, 223, 224, 0) 100%);
}

@media (min-width: 768px) {
    .content-right .cta-career-innerpages-image {
left: 0;
    }
    .content-right .cta-career-innerpages-text {
        float: right;
    }
}
.content-right .cta-career-innerpages-image:before {
    content: "";
    display: block;
    height: 100%;
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 900;
    background: linear-gradient(to right, rgba(222, 223, 224, 0) 0%, rgb(222 223 224) 100%);
}