/* Homepage transform text: keep each animated heading on one line. */
body.home #scrollSection .elementor-element-91fc67d .elementor-heading-title,
body.home #scrollSection .elementor-element-15ce23e .elementor-heading-title {
  display: block;
  width: max-content;
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.home #scrollSection .elementor-element-91fc67d,
  body.home #scrollSection .elementor-element-15ce23e {
    flex: 0 0 auto !important;
    width: max-content !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  body.home #scrollSection .elementor-element-91fc67d,
  body.home #scrollSection .elementor-element-15ce23e {
    min-width: max-content !important;
    align-self: center !important;
  }
}
@media (max-width: 767px) {
  body.home #scrollSection .elementor-element-91fc67d > .elementor-widget-container,
  body.home #scrollSection .elementor-element-15ce23e > .elementor-widget-container {
    width: max-content !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}