.cta_section {
  overflow:hidden;
}
.cta_section .content {
  text-align: center;
  margin-bottom:40px;
}
.cta_section .content h3{
  margin:0;
}
.cta_section .btn_wrap{
  gap:12px;
  justify-content: center;
}
.cta_section .btn_section {
  text-align: center;
}
@media(max-width: 767px){
  .cta_section .content {
    margin-bottom:20px;
  }
}
@media(max-width: 360px){
  .cta_section .content h3 {
    font-size: 29px;
  }