.vcs-hero {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.vcs-hero-media {
  border-radius: 1.5rem;
  overflow: hidden;
  background: #000;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5);
}

.vcs-hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.vcs-hero-ratio {
  aspect-ratio: 16 / 9;
}

.vcs-testimonial-wrap {
  gap: 1rem;
}

.vcs-testimonial-text {
  line-height: 1.45;
}

.vcs-phrase-pill {
  display: inline-block;
  padding: .42rem .75rem;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 999px;
  margin: .25rem .35rem .25rem 0;
  font-size: .95rem;
  background: #fff;
  line-height: 1.2;
}

#features .feature,
#geo-home .border,
#features .border,
#features .rounded-3,
#geo-home .rounded-3 {
  overflow: hidden;
}

#features .h-100,
#geo-home .h-100 {
  height: 100%;
}

#geo-home .btn,
#features .btn {
  border-radius: .85rem;
}

#geo-home .border,
#features .border {
  border-color: rgba(0, 0, 0, .08) !important;
}

#geo-home .text-muted,
#features .text-muted {
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .vcs-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .vcs-hero-ratio {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 575.98px) {
  .vcs-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .vcs-testimonial-wrap img {
    width: 110px !important;
    height: 110px !important;
  }

  .vcs-testimonial-text {
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
  }

  .vcs-phrase-pill {
    font-size: .88rem;
    padding: .38rem .62rem;
  }
}

@media (min-width: 1200px) {
  .vcs-hero-ratio {
    aspect-ratio: 4 / 5;
  }
}