.video-content {
  background: #FAFAFA;
  padding: 56px 30px;
  text-align: center;
}

.video-title {
  color: #F04;
  font-family: "Poppins";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.32px;
  margin-bottom: 32px;
}

.video-subtitle {
  color: #000;
  font-family: "Wix Madefor Text";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.22px;
   margin-bottom: 32px;
}


.video-img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .video-title {
    font-size: 44px;
    line-height: 54px;
  }
}

@media(max-width: 767px) {
  .video-title {text-align: left}
  .video-content {
    padding: 50px 20px;
  }
}

.video-shadow {
  border-radius: 82%;
  background: radial-gradient(47.59% 47.59% at 50% 50%, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%);
  background-blend-mode: luminosity;
  filter: blur(6px);
  width: 872px;
  height: 13px;
  display: block;
  margin-top: 21px;
  margin: 20px auto;
  padding-top: 10px;
}