@media (max-width: 767px) {
  .home-banner {
    overflow: hidden;
  }

  .home-banner-caption {
    position: relative;
    z-index: 3;
    max-width: 100%;
    padding: 102px 16px 36px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 82%, rgba(255, 255, 255, 0.88) 100%);
    box-shadow: 0 18px 40px rgba(20, 30, 24, 0.08);
  }

  .home-banner-caption h1,
  .home-banner-caption .home-hero-title,
  .home-banner-caption .home-hero-title span,
  .home-banner-caption .home-hero-description,
  .home-banner-caption .home-hero-description p,
  .home-banner-caption .home-hero-checklist li,
  .home-banner-caption .home-hero-links__label,
  .home-banner-caption .home-hero-links__link {
    color: #1f2421 !important;
    text-shadow: none !important;
  }

  .home-banner-caption .home-hero-title span,
  .home-banner-caption .home-hero-highlight,
  .home-banner-caption .home-hero-links__link:hover,
  .home-banner-caption .home-hero-links__link:focus {
    color: #4f9d3d !important;
  }

  .home-banner-caption .home-hero-links__link {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(31, 36, 33, 0.10);
  }

  .banner-video {
    z-index: 1;
  }
}
