.center_text_section { position: relative; width: 100%; }
.center_text_section .center-block { position: relative; width: 100%; max-width: 592px; margin: 0 auto; text-align: center; }
.center_text_section h3 + h2 { margin-top: 10px; }
.center_text_section .text-data { width: 100%; margin-top: 36px; }
.center_text_section .btnbox { width: 100%; margin-top: 27px; justify-content: center; }


@media (max-width: 767px) {
    .center_text_section .container { padding: 0 42px; }
}


