.apex-about-video {
  padding-block: clamp(4rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 12% 4%, rgba(73, 193, 191, 0.2), transparent 32rem),
    linear-gradient(145deg, #f8fcfb 0%, #edf8f7 58%, #fff 100%);
}

.apex-about-video-heading {
  max-width: 850px;
  margin-bottom: clamp(1.5rem, 4vw, 2.4rem);
}

.apex-about-video-heading h2 {
  margin: 0;
  color: #08272d;
  font-size: clamp(2.2rem, 4.7vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.apex-about-video-frame {
  width: 100%;
  padding: clamp(0.35rem, 1vw, 0.65rem);
  border: 1px solid rgba(8, 39, 45, 0.13);
  border-radius: clamp(16px, 3vw, 30px);
  background: #08272d;
  box-shadow: 0 24px 56px rgba(8, 39, 45, 0.16);
  overflow: hidden;
}

.apex-about-video-frame iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: clamp(10px, 2.3vw, 23px);
}
