.thank-you-module {
    margin: 90px 0;
    text-align: center;
    background-repeat: no-repeat;
    padding: 120px 0 120px;
    background-size: auto 100%;
    background-position: center;
}
.thank-you-module .wrapper {
    position: relative;
    display: flex;
}
.thank-you-module .wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.thank-you-module.standard .wrapper {
    align-items: center;
}

.thank-you-module .wrapper .content {
    width: 70%;
    margin: auto;
}
.thank-you-module .wrapper .cta_element_l, .thank-you-module .wrapper .cta_element_r, .thank-you-module .wrapper .ty_element_br {
    position: absolute;
}
.thank-you-module .cta_element_l {
    left: 0;
    top: -100px;
}
.thank-you-module .cta_element_r {
    right: 0;
    top: -100px;
}
.thank-you-module .ty_element_br {
    bottom: -160px;
    right: 0;
}

.thank-you-module.center .content {
    max-width: 950px;
    margin: auto;
}
.thank-you-module h1 {
    font-size: 150px;
    margin: 0 auto 25px auto;
    max-width: 800px;
}
.thank-you-module.extended h1 {
    margin: 0 auto 25px auto;
    max-width: 772px;
}
.thank-you-module .text {
    font-size: 22px;
    max-width: 946px;
    margin: auto;
}
@media screen and (max-width: 1239px) {
    .thank-you-module h1 {
        font-size: 110px;
    }
}
@media screen and (max-width: 1079px) {
    .thank-you-module h1 {
        font-size: 90px;
    }
}
@media screen and (max-width: 767px) {
    .thank-you-module .text {
        font-size: 18px;
    }
    .thank-you-module h1 {
        font-size: 60px;
        margin-bottom: 15px;
    }
    .thank-you-module {
        margin: 45px 0;
    }

    .thank-you-module.standard .wrapper .cta_element_l, .thank-you-module.standard .wrapper .cta_element_r {
        width: 100px;
        position: absolute;
        top: -140px;
        right: 20px;
    }
    .thank-you-module .wrapper .content {
        width: 100%;
    }
    .thank-you-module .wrapper .cta_element_l {
        position: absolute;
        top: -130px;
        left: 10px;
        width: 60px;
    }
    .thank-you-module .wrapper .cta_element_r {
        position: absolute;
        right: 10px;
        width: 120px;
    }
    .thank-you-module .wrapper .ty_element_br {
        position: absolute;
        width: 60px;
    }
}