.new-patient-video-video-sec {
  display: flex;
  gap: 66px;
  width: 100%;
  overflow: auto;
  padding: 32px 0px;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.new-patient-video-video-sec::-webkit-scrollbar {
  display: none;
}

.new-patient-video-video-inside {
  border-radius: 16px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  height: 369px;
  width: 300px;
  border: 1.5px solid #e9e9e9;
}

.new-patient-video-video-inside video {
  height: 276px;
  filter: brightness(1.2);
  width: 299px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #000000;
  /* object-fit: cover; */
   /* object-position: top center;  */
}

.new-patient-video-txt-ty-new {
  font-family: "Metropolis", sans-serif;
  color: #333333;
  font-size: 20px;
  padding: 10px 16px 22px 16px;
  display: flex;
  flex-direction: column;
}

.new-patient-video-nam-vid {
  font-weight: 400;
}

#new-patient-video-din-pi {
  font-size: 18px;
  color: #2C4720;
  display: flex;
  justify-content: left;
  font-weight: 400;
}

.new-patient-video-mini-one-new {
margin-top: 20px
;}


@media only screen and (max-width: 768px) {
  .new-patient-video-video-sec {
    padding: 24px 0px 22px 0px !important;
    gap: 24px !important;
  }
  .new-patient-video-video-inside {
    height: 280px !important;
    width: 290px !important;
  }
  .new-patient-video-video-inside video {
    height: 196px !important;
    width: 290px !important;
  }
  .new-patient-video-txt-ty-new {
    padding-top: 10px;
  }
  .new-patient-video-mini-one-new {
margin-top: 15px !important
;}
}