.cta-module {
    margin: 45px 0;
    padding: 90px 0 60px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.cta-module.extended {
    padding: 220px 0 60px;
    background-size: auto 100%;
}
.cta-module .wrapper {
    position: relative;
    display: flex;
}
.cta-module .wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.cta-module.standard .wrapper {
    align-items: center;
}
.cta-module.extended .wrapper .cta_element_l, .cta-module.extended .wrapper .cta_element_r {
    margin-top: -200px;
}
.cta-module .wrapper .content {
    width: 70%;
}
.cta-module .wrapper .cta_element_l, .cta-module .wrapper .cta_element_r {
    width: 15%;
}

.cta-module.center .content {
    max-width: 950px;
    margin: auto;
}
.cta-module h1 {
    margin: 0 auto 25px auto;
    max-width: 800px;
}
.cta-module.extended h1 {
    margin: 0 auto 25px auto;
    max-width: 772px;
}
.cta-module .text {
    font-size: 25px;
    max-width: 946px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .cta-module .text {
        font-size: 18px;
    }
    .cta-module h1 {
        margin-bottom: 15px;
    }
    .cta-module {
        margin: 45px 0;
    }

    .cta-module.standard .wrapper .cta_element_l, .cta-module.standard .wrapper .cta_element_r {
        width: 100px;
        position: absolute;
        top: -140px;
        right: 20px;
    }
    .cta-module .wrapper .content {
        width: 100%;
    }
    .cta-module.extended .wrapper .cta_element_l {
        position: absolute;
        left: 20px;
        top: 0;
        width: 60px;
    }
    .cta-module.extended .wrapper .cta_element_r {
        position: absolute;
        right: 20px;
        top: 0;
        width: 120px;
    }
}