.youtube-section {
  text-align: center;
}

.youtube-section-headline {
  grid-column: 3 / span 10;
  margin: 0;
}

.youtube-section-subheadline {
  grid-column: 3 / span 10;
}

.youtube-section iframe {
  width: 100%;
  grid-column: 4 / span 8;
}

@media (max-width: 1199.98px) {
  .youtube-section-headline,
  .youtube-section-subheadline {
    grid-column: 2 / span 12;
  }

  .youtube-section iframe {
    grid-column: 3 / span 10;
  }
}

@media (max-width: 767.98px) {
  .youtube-section iframe {
    grid-column: 2 / span 12;
  }
}
