.product-video-section {
  padding-top: 18px;
}

.product-video-heading {
  margin-bottom: 24px;
}

.product-video-heading p {
  color: #078d82;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  margin: 0 0 8px;
}

.product-video-heading h2 {
  color: #17324a;
  font-size: clamp(27px, 4vw, 38px);
  margin: 0 0 10px;
}

.product-video-heading span {
  color: #64778a;
  line-height: 1.8;
}

.product-video-frame {
  aspect-ratio: 16 / 9;
  background: #e8f4f2;
  border: 1px solid #d4e5e2;
  border-radius: 24px;
  box-shadow: 0 22px 56px rgba(24, 66, 78, .12);
  overflow: hidden;
}

.product-video-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 720px) {
  .product-video-frame { border-radius: 16px; }
}
