
.about-banner {
    height: 50vh;
    background-image: url("../Images/Banner/1.jpg");
    background-position: center;
    background-size: cover;
    color: var(--color-light);
    position: relative;
  }
  .video-section{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  video{
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  @media screen and (max-width: 767px) {
    /* .about-banner {
      height: 50vh;
    } */

  }