.pvd-description :is(h1, h2, h3, h4, h5, h6) {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 0;
}

.pvd-video-player {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .pvd-description :is(h1, h2, h3, h4, h5, h6) {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .pvd-description :is(h1, h2, h3, h4, h5, h6) {
    font-size: 36px;
  }
}