@media (max-width: 900px) {
  .feature-header-banner {
    margin-top: 36px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .feature-header-banner .banner-row {
    flex-direction: column;
    gap: 24px;
  }
  .feature-header-banner .banner-image {
    min-width: unset;
  }
  .feature-header-banner .banner-text {
    text-align: center;
  }
  .banner-eyebrow {
    justify-content: center;
    margin-bottom: 32px;
    font-size: 14px;
  }
  .feature-header-banner .banner-text .page-title {
    font-size: 40px;
  }
  .feature-header-banner .banner-text .page-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
  }
  .feature-header-banner .banner-text .page-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
  .feature-header-banner .banner-text .cta-group {
    margin-bottom: 32px;
  }
  .tick-highlights {
    gap: 8px;
    justify-content: center;
  }
  .tick-highlights li {
    gap: 6px;
  }

  .traditional-easyvideo-banner .page-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }
  .traditional-easyvideo-banner .page-description {
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    line-height: 28px;
  }
  .teb-cards-wrapper {
    flex-direction: column;
  }
  .teb-subheading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 32px;
  }
  .teb-card {
    padding: 32px 24px;
    border-radius: 48px;
  }
  .teb-headline-icon-wrapper {
    width: 48px;
    height: 48px;
  }
  .teb-headline-icon-wrapper img {
    width: 28px;
    height: 28px;
  }
  .banner-header {
    margin-bottom: 16px;
  }
  .teb-headlines-carousel {
    padding-bottom: 32px;
  }
  .teb-headline-slide {
    min-height: 92px;
  }
  .teb-stat-row {
    width: unset;
    gap: 0px;
  }
  .teb-stats {
    flex-wrap: wrap;
  }
  .teb-stat-text {
    grid-area: 0px;
  }
  .teb-stat-value {
    font-size: 24px;
    line-height: 32px;
  }
  .vwa-title,
  .vwa-title {
    font-size: 32px;
    text-align: center;
  } 

  .vwa-description,
  .vwa-description {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
  }
  .sha-title {
    font-size: 56px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 64px;
  }
  .sha-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
  .transparent-btn {
    width: 100%;
  }
  .uch-content {
    flex-direction: column;
  }
  .use-case-hero {
    padding: 32px 0px;
  }
  .uch-title {
    font-size: 32px;
    text-align: center;
    padding: 0px 16px;
    font-weight: 700;
    line-height: 40px;
  }
  .uch-pills {
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 0px 16px;
    margin-bottom: 32px;
     /* Hide scrollbar */
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;
  }
  .uch-pills::-webkit-scrollbar {
    display: none;              /* Chrome, Safari, Opera */
  }
  
  .uch-video-poster {
    border-radius: 0px;
  }

  .uch-video {
    border-radius: 0px;
  }

  .uch-media {
    flex: unset;
  }
  .uch-text {
    flex: unset;
    padding: 0px 16px;
    text-align: center;
  }
  .uch-subtitle {
    font-size: 32px;
    line-height: 40px;
  }
  .uch-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  .easyvideo_parallax_slider .section_header {
    margin-top: 0px;
    margin-bottom: 12px;
  }
  .easyvideo_parallax_slider .section_header h2.page-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
  }
}
