.section-media-with-text-overlay .section__heading * {
  font-size: 30px;
  line-height: 1.1;
}

.section-media-with-text-overlay .section__entry * {
  font-size: 18px;
  line-height: 1.5;
}


@media (max-width: 989px) {
  .section-media-with-text-overlay .section__heading * {
    font-size: 25px;
  }

  .section-media-with-text-overlay video {
    width: 100%;
    height: 100%;
  }
}