.videos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}
.videos > h1 {
  font-size: 2rem;
  border-bottom: 4px solid #10a0ff;
}
.videos .wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.videos .wrap .left > h1 {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.videos .wrap iframe {
  border-radius: 20px;
  max-width: 90vw;
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 622px) {
  .videos .wrap iframe {
    height: 50.625vw;
  }
}

/*# sourceMappingURL=videos.css.map */
