
.hero-section{
    background-image:linear-gradient(to right,rgb(25, 30, 104),rgb(12, 67, 112),rgba(12, 67, 112,0.3)),url("../assets/images/hero-bg.jpg");
  
  }


.video-container{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    flex-wrap: wrap;
}

.video-holder{
height:450px;
width:300px;
margin:15px 0px;
box-shadow:0px 0px 3px rgba(0,0,0,0.2);

}

.video-holder video{
width:100% !important;
height:100% !important;
object-fit:cover;
}

