.section-hero h2 {
  font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
  font-weight: 700;
}
.section-hero .video {
  position: absolute;
  right: 0;
  top: -380px;
  min-width: 100%;
  min-height: 100%;
  z-index: -1030;
  filter: brightness(0.8);
}
