.cta_section {
    margin: 72px 0 90px
}

.cta_section .cta_section_inner {
    background-color: #faf5f5;
    border-radius: 23px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px
}

.cta_section .cta_section_inner .cta_section_wrapper {
    max-width: 654px;
    text-align: center
}

.cta_section .cta_section_inner .cta_section_wrapper .cta_section_heading {
    margin: 0
}

.cta_section .cta_section_inner .cta_section_wrapper .cta_section_content {
    margin-top: 10px
}

.cta_section .cta_section_inner .cta_section_wrapper .cta_section_content p {
    line-height: 1.56
}

.cta_section .cta_section_inner .cta_section_wrapper .button_section {
    margin-top: 30px
}

@media (max-width:1359px) {
    .cta_section {
        margin: 72px 0 80px
    }
}

@media (max-width:1199px) {
    .cta_section {
        margin: 70px 0
    }

    .cta_section .cta_section_inner {
        padding: 30px
    }
}

@media (max-width:991px) {
    .cta_section {
        margin: 60px 0
    }

    .cta_section .cta_section_inner {
        padding: 30px
    }
}

@media (max-width:767px) {
    .cta_section {
        margin: 50px 0
    }

    .cta_section .cta_section_inner {
        padding: 30px 20px
    }
}

/*# sourceMappingURL=cta.css.map */