@media screen and (max-width: 599px) {

  h2 {
    margin-bottom: 16px;
  }

  h2 span {
    font-size: 150%;
    border-left: 4px solid #BEAF73;
  }

  .video-container {
    height: 150px;
  }

  .teacher-wrap {
    gap: 24px 16px;
    margin-bottom: 60px;
  }

  .teacher-content {
    width: calc((100% - 16px) / 2);
  }

  .teacher-img {
    height: 100px;
  }

  .teacher-content {
    width: 100%;
  }

  .video-play {
    width: 80px;
  }
}