.cta_section .main_container .button_container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.cta_section .desc_conta p {
  font-weight: 500;
  font-size: 30px;
  font-family: Syne, Work Sans;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cta_section .desc_conta p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .cta_section .main_container .button_container {
    flex-direction: column;
    gap; 30px;
  }
  .cta_section .main_container .button_container .cta_conta {
    width: 100%;
  }
  .cta_section .main_container .button_container a.cta_button{
    width: -webkit-fill-available;
  }
  .cta_section .desc_conta p {
    font-size: 26px;
  }
}