.video-list {
  margin-bottom: 2rem;
}

.video-list__wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.video-list__header {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .video-list__header {
    width: 30%;
  }
}

@media (max-width: 599px) {
  .video-list__header {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px dotted #B9B9B9;
  }
}

.video-list__header h2 {
  color: #507A58;
  font-size: 28px;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .video-list__header h2 {
    font-size: 42px;
  }
}

.video-list__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 600px) {
  .video-list__container {
    width: 68%;
  }
}

.video-list__video {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .video-list__video {
    width: 47.5%;
  }
}

.video-list__video video {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
}
