.video-section .video-section-card {
    background: rgba(255, 255, 255, 0.26);
    border: 1px solid #ededed;
    box-shadow: 3px 3px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: 2rem;
    margin-bottom: 6rem;
  }
  
  .video-section .video-detail h6 {
    font-weight: 600;
    font-size: 18px;
  }
  
  .video-section .video-detail p {
    font-size: 15px;
    font-weight: 400;
  }
  
  .gy-lg-6 {
    --bs-gutter-y: 2rem;
  }
  .video-section .youtube-player {
    position: relative;
    margin: auto;
    cursor: pointer;
  }
  .video-section .r-youtube-player {
    margin: 0;
  }
  .video-section .youtube-player img {
    width: 100%;
  }
  
  .video-section .youtube-player.pristine::before {
    /* content: url("../images/icons/video.png"); */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  
  @media (max-width: 1024px) {
    .video-section .video-detail h6 {
      font-size: 20px;
    }
  
    .video-section .video-detail p {
      font-size: 16px;
    }
  }
  