.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
}

.text-block-2 {
  margin-bottom: 40px;
  color: #026d4b;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}

.text-block {
  padding-bottom: 0px;
  line-height: 2;
  font-weight: 300;
  text-align: center;
}

.link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  color: #026d4b;
}

.div-block-2 {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.body {
  font-family: Montserrat, sans-serif;
}

.background-video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 500px;
  margin-bottom: 100px;
  padding-top: 285px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
}

.text-block-3 {
  margin-bottom: 0px;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}

.link-2 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.link-2:hover {
  color: #009374;
}

@media screen and (max-width: 991px) {
  .background-video {
    padding-top: 350px;
  }

  .div-block {
    width: 50%;
    margin-bottom: 200px;
    padding-top: 0px;
  }

  .image {
    margin-bottom: 20px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .background-video-2 {
    padding-top: 350px;
  }

  .div-block-3 {
    width: 50%;
    margin-bottom: 200px;
    padding-top: 0px;
  }

  .image-2 {
    margin-bottom: 20px;
  }

  .text-block-3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    width: 60%;
  }

  .image {
    margin-bottom: 20px;
  }

  .div-block-3 {
    width: 60%;
  }

  .image-2 {
    margin-bottom: 20px;
  }

  .text-block-3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 100vh;
  }

  .div-block {
    width: 60%;
  }

  .image {
    margin-bottom: 15px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .text-block {
    width: 90%;
    font-size: 13px;
  }

  .div-block-3 {
    width: 80%;
    max-width: none;
  }

  .image-2 {
    margin-bottom: 15px;
  }

  .text-block-3 {
    font-size: 16px;
  }
}

