.section-video .header {
  text-align: center;
  color: #000;
  font-size: 2.5vw;
}

.section-video .subhead {
  text-transform: unset;
  text-align: center;
  font-size: 1.75vw;
  color: #000;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2%;
}

@media (max-width: 768px) {
  .section-video .header {
    font-size: 8vw;
  }

  .section-video .subhead {
    font-size: 4vw;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
  }
}
