
.video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-overlay-text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: white;
}

.video-section p {
  /* margin: 0.5rem 0; */
  color: white;
  /* line-height: 1.6; */
}

