.defense-video {
  margin-block: 40px 56px;
  padding-top: 28px;
  border-top: 3px solid var(--green);
  scroll-margin-top: calc(var(--header) + 28px);
}
.defense-video-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-bottom: 24px;
}
.defense-video-heading .eyebrow {
  margin-bottom: 8px;
  font-size: .9375rem;
  letter-spacing: .02em;
}
.defense-video-heading h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
}
.defense-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 200px;
  background: #0c2535;
}
.defense-video-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 0;
}
.defense-video-source {
  margin-top: 12px;
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.7;
}
@media (max-width: 720px) {
  .defense-video { margin-block: 30px 40px; padding-top: 22px; }
  .defense-video-heading { align-items: start; margin-bottom: 18px; }
}
