.video-02 {
  width: 100%;
  padding: 0 3rem 3rem 3rem;
  margin-top: -15rem;
}
.video-02_container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
}
.video-02_container_top {
  width: 100%;
  margin-top: -5rem;
  z-index: 10;
}
.video-02_container_video {
  width: 100%;
  z-index: 0;
}
.video-02_container_headline h4 {
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size:clamp(48px, 12vw, 160px);
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 70px rgba(6, 157, 132, 0.90);
  line-height: 100%;

}
.video-02_container_description {
  width: 100%;
  max-width: 600px;
  margin: 4rem auto;
}
.video-02_container_description h5 {
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size:clamp(16px, 5vw, 24px);
  color: #FFF;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .video-02 {
  width: 100%;
  padding: 3rem 1rem;
  margin-top: -5rem;
  }
  .video-02_container_top {
    margin-top: -2rem;
  }
  .video-02_container_description {
    margin: 2rem auto;
  }
}


  















    




