.text_content_banner_section .main_container .button_container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.text_content_banner_section .main_container .h1 h2{
  width: 100%;
  font-weight: 400;
}
.text_content_banner_section .sub_heading_conta h3 {
  font-weight: 400;
}

@media (max-width: 767px) {
  .text_content_banner_section .main_container .button_container {
    flex-direction: column;
    gap; 30px;
  }
  .text_content_banner_section .main_container .button_container .cta_conta {
    width: 100%;
  }
  .text_content_banner_section .main_container .button_container a.cta_button{
    width: -webkit-fill-available;
  }
}