.section-feature-hero {
  padding-bottom: 0;
}

.feature-hero__video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(1.03) saturate(1.03) contrast(1.08);
}

@media (min-width: 768px) {
  .feature-hero__video-wrapper {
    max-width: 515px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .feature-hero__content-wrapper {
    max-width: 515px;
    margin: 0 auto;
    gap: var(--spacer--sm);
  }
}

.feature-hero__logo img {
  width: auto;
  height: 40px;
}

.feature-hero__buttons {
  display: flex;
  flex-direction: column;
  gap: var(--spacer--sm);
}

.feature-hero__buttons .button {
  white-space: nowrap;
}