.text-white {
  color: #fff;
}
.text-white-imp {
  color: #fff !important;
}
html {
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  .flex-d-c-mob {
    flex-direction: column !important;
    height: auto !important ;
  }
  .video-container-mb-h{
    height: 250px !important; 
    align-items: start !important;
  }
}
.flex-d-c-mob {
  display: flex;
  flex-direction: row;
  height: 377px;
}
