@media (max-width: 991px) {
  body { overflow-x: clip; }
  .ta-cnt,
  .ta-cnt__wrap { overflow-x: hidden; max-width: 100%; }
}
@media (max-width: 480px) {
  #sd-agendamento .sd-agend-inner {
    padding: 40px 12px !important;
  }
  #sd-agendamento .sd-agend-card {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 28px 16px !important;
    box-sizing: border-box !important;
  }
}
