.c__video-block {
  text-align: center;
  margin: 60px 0px;
}
.c__video-block.bg-light-blue {
  background-color: #F7F8FA;
}
.c__video-block .heading {
  color: #114A90;
  font-size: clamp(1.25rem, 1.5vw + 0.5rem, 1.75rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.c__video-block .description {
  font-size: 1rem;
  margin: 0 auto 2rem auto;
  max-width: 750px;
}
.c__video-block .iframe-wrapper {
  max-width: 768px;
  margin: 0 auto;
}
.c__video-block .iframe-wrapper .video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}
.c__video-block .iframe-wrapper .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}/*# sourceMappingURL=component-video_block.css.map */