  .footer__sections > *:nth-child(1) > *:last-child .footer__section-title,
  .footer__sections > *:nth-child(2) > *:first-child .footer__section-title {
    display: none !important;
  }


#mobile header-fix  @media (max-width: 768px) {
    .tgm-mobile-stage {
      position: relative !important;
      overflow: hidden !important;
    }

    .tgm-mobile-stage .ce_stage_background {
      position: absolute !important;
      top: 0 !important;
      bottom: 0 !important;
      left: -50% !important;
      width: 200% !important;
      height: 100% !important;
      overflow: hidden !important;
    }

    .tgm-mobile-stage .ce_stage_background video {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center center !important;
      display: block !important;
    }

    .tgm-mobile-stage .ce_stage_content {
      position: absolute !important;
      inset: 0 !important;
      z-index: 5 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      padding: 24px !important;
      box-sizing: border-box !important;
    }

    .tgm-mobile-stage .ce_stage_content > * {
      margin: 0 !important;
    }
  }