.video-gallery__cards {
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.video-gallery__card a {
  text-decoration: none;
  border-bottom: 0 !important;
}

.video-gallery__card h3 {
  margin: 0 !important;
  font-size: 20px;
}

@media only screen and (max-width: 749px) {
  .video-gallery__card h3 {
    font-size: 16px;
  }
}
