.video-custom-text {
  background-color: rgb(20, 20, 20);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-custom-video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center center;
  touch-action: pan-y;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  border-radius: 12px;
}

.video-custom-text .video-section__description-wrapper .video-custom-text-description {
  color: #C0C0C0;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-top: 50px;
}
.video-custom-text .video-section__description-wrapper .video-custom-text-description > p {
  margin: 0;
}
.video-custom-text .video-section__title-wrapper {
  margin-bottom: 50px;
}
.video-custom-text .video-section__title-wrapper .video-custom-text-title {
  color: #FFF;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

@media (max-width: 959px) {
  .video-custom-text .video-section__title-wrapper {
    margin-bottom: 20px;

  }
  .video-custom-text .video-section__title-wrapper .video-custom-text-title {
    font-size: 26px;
    line-height: 36px;
    text-align: left;
  }
  .video-custom-text .video-section__description-wrapper .video-custom-text-description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    text-align: left;
  }
}