.video-text {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .video-text {
    margin: 5rem 0;
  }
}
.video-text__wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .video-text__wrap {
    flex-direction: row;
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .video-text__column {
    width: 50%;
  }
}
.video-text__column ul {
  margin: 0 0 1rem;
  padding: 0;
}
.video-text__column ul li {
  position: relative;
  list-style-type: none;
  padding: 0 0 0 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .video-text__column ul li {
    padding: 0 0 0 2rem;
  }
}
.video-text__column ul li:before {
  content: url(../../../../assets/images/purple-check.svg);
  position: absolute;
  left: 0;
}
.video-text__column h2, .video-text__column h3, .video-text__column h4, .video-text__column h5, .video-text__column h6 {
  font-size: var(--h2-font-size-mobile);
  margin-bottom: 1rem;
  color: var(--dark-blue);
}
@media (min-width: 768px) {
  .video-text__column h2, .video-text__column h3, .video-text__column h4, .video-text__column h5, .video-text__column h6 {
    font-size: var(--h2-font-size);
  }
}
.video-text__column h2 span, .video-text__column h2 strong, .video-text__column h3 span, .video-text__column h3 strong, .video-text__column h4 span, .video-text__column h4 strong, .video-text__column h5 span, .video-text__column h5 strong, .video-text__column h6 span, .video-text__column h6 strong {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.video-text__video .ratio {
  position: relative;
  padding-top: 56.25%;
  border-radius: 0.89rem;
  overflow: hidden;
}
.video-text__video .ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-text__copy {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .video-text__copy {
    margin-bottom: 2rem;
  }
}
.video-text__copy * {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .video-text__copy * {
    font-size: 1.11em;
  }
}
.video-text__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}/*# sourceMappingURL=styles.css.map */