.Video-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #fff 0%, #f0f9ff 100%);
}

.Video-section h2 {
  font-size: 46px;
  font-weight: 600;
  color: #002964;
  margin-bottom:40px;
  line-height: 1.3;
}
.video-card {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 22px 18px;
  transition: 0.3s;
  height: 100%;
  text-align: center;
}
.video-card a{
    font-size:17px;
    font-weight: 600;
    color:#002964;  
    text-decoration: none;
}
