.home .video-section h2 {
  text-align: center;
}
.home .video-section .two-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .home .video-section .two-col {
    flex-direction: column;
  }
}
.home .video-section .two-col .col {
  width: calc((100% - 50px) / 2);
}
@media (max-width: 768px) {
  .home .video-section .two-col .col {
    width: 100%;
  }
}

.page-id-36 .section-plans {
  display: none !important;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.is-type-video {
  margin: 0;
}

/*# sourceMappingURL=custom.css.map */
