.videomodule {
  padding-top: 120px;
  padding-bottom: 120px;
}
.videomodule__head {
  margin-bottom: 70px;
}
.videomodule__head-desc {
  width: 86.5%;
}
.videomodule__video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.videomodule__video video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .videomodule {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1270px) {
  .videomodule h2.section-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .videomodule {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 863px) {
  .videomodule__head-desc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .videomodule {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}