.description_with_video {
  background: #002237;
  text-align: center;
  position: relative;
  margin-bottom: 300px;
  padding-top: 129px;
  padding-bottom: 18px;
}

@media screen and (max-width: 1300px) {
  .description_with_video {
    padding-top: 50px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 800px) {
  .description_with_video {
    margin-bottom: 235px;
  }
}

@media screen and (max-width: 800px) {
  .description_with_video {
    margin-bottom: 85px;
  }
}

.description_with_video h5 {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 13px;
  /* #80909B */
  color: #80909b;
}

@media screen and (max-width: 568px) {
  .description_with_video h5 {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 23px;
  }
}

.description_with_video h2 {
  color: #f0edee;
}

.description_with_video p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #f0edee;
  max-width: 864px;
  margin: 35px auto;
}

@media screen and (min-width: 735px) {
  .description_with_video p {
    font-size: 25px;
    line-height: 35px;
  }
}

.description_with_video .cta_wrapper {
  margin-top: 30px;
}

.description_with_video .video {
  margin-top: 50px;
  margin-bottom: -380px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  max-width: 1132px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .description_with_video .video {
    margin-top: 50px;
    margin-bottom: -300px;
  }
}

@media screen and (max-width: 800px) {
  .description_with_video .video {
    margin-bottom: -150px;
  }
}

.description_with_video .video img {
  border-radius: 10px;
}

.description_with_video .background_video {
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: -300px;
  left: 0px;
}

@media screen and (max-width: 800px) {
  .description_with_video .background_video {
    height: 235px;
    bottom: -235px;
  }
}

@media screen and (max-width: 800px) {
  .description_with_video .background_video {
    height: 85px;
    bottom: -85px;
  }
}

.description_with_video .button {
  padding: 8px 24px;
  background-color: #66f2e4;
  color: #002237;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.description_with_video .button:hover {
  background-color: #F07D00;
  color: #FFF;
}

@media screen and (max-width: 568px) {
  .description_with_video .button {
    font-size: 13px;
    line-height: 23px;
  }
}

.description_with_video .grid-full-width {
  float: none;
}

@media screen and (max-width: 800px) {
  .sector-intro-image .video-lightbox svg {
    width: 58.6px;
    height: 58.6px;
  }
}
/*# sourceMappingURL=description_with_video.css.map */
