.video-with-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.video-with-text-container h2 {
  margin-bottom: 20px;
}

.video-with-text--richtext {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 10px auto;
  max-width: 560px;
}