.full-width-image-and-video-cta-section {
  width: 100%;
  height: 935px !important;/*mohammad*/
  background-color: var(--secondary);/*mohammad*/
}
.full-width-image-and-video-cta-section__statistic-divider {
  width: 1px;
  height: 32px;
  opacity: 0.3;
  background-color: var(--white);
}
.full-width-image-and-video-cta-section__media-contents {
  width: 100%;
  height: 100%;
}
.full-width-image-and-video-cta-section__media-contents video {
  width: 100%;
  height: 100%;
}
.full-width-image-and-video-cta-section__media-contents-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to right, #000 1.55%, rgba(0, 0, 0, 0) 98.27%);
}
.dark-mode .full-width-image-and-video-cta-section__media-contents-overlay {
  background: linear-gradient(to right, #fff 1.55%, rgba(0, 0, 0, 0) 98.27%);
}
.rtl .full-width-image-and-video-cta-section__media-contents-overlay {
  background: linear-gradient(to left, #000 1.55%, rgba(0, 0, 0, 0) 98.27%);
}
.rtl.dark-mode .full-width-image-and-video-cta-section__media-contents-overlay {
  background: linear-gradient(to left, #fff 1.55%, rgba(0, 0, 0, 0) 98.27%);
}
.full-width-image-and-video-cta-section__contents {
  position: absolute;
  inset: 0;
  z-index: 5;
  padding-top:150px;/*mohammad*/
  align-items: center;/*mohammad*/
  text-align: center;/*mohammad*/
  display: flex;/*mohammad*/
  justify-content: center;/*mohammad*/
  margin-right: 500px;/*mohammad*/
  
}
@media (max-width: 1200px) {
  .full-width-image-and-video-cta-section {
    /*height: 488px;*/
     margin-top: -150px;/*mohammad*/
     
  }
  .full-width-image-and-video-cta-section__contents {
    padding: 80px 0;
    margin-right: 400px !important;/*mohammad*/
  }
}

@media (max-width: 991px) {
  .full-width-image-and-video-cta-section {
    height: 850px;/*mohammad*/
    margin-top: -150px;/*mohammad*/
  }
  .full-width-image-and-video-cta-section__contents {
    padding: 80px 0;
    margin-right: 0px !important;/*mohammad*/
  }
}
