.home-feature-row {
  gap: 15px;
}

.home-feature-row .pricing-card {
  height: 100%;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.nav-link.white {
  color: #000;
}

.button.light.white {
  color: #000;
}

@media screen and (max-width: 600px) {
  .home-feature-row.last.one {
    flex-direction: column-reverse;
  }

  .video-bg-wrapper {
    position: relative;
    height: auto;
  }

  .section.home-hero {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
