.background-video {
  width: 100%;
  height: 45rem;
  margin-top: 0;
  padding-top: 0;
  top: 2px;
}

.heading {
  text-align: left;
  margin-top: 114px;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 28px;
  padding-left: 147px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.div-block {
  background-color: #3c496d94;
  width: auto;
  height: 15%;
  margin-top: -72px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 131px;
}

.image {
  text-align: left;
  margin-top: 15px;
  margin-left: 155px;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.section {
  width: auto;
  height: 75px;
  margin-bottom: 18px;
}

.text-block {
  text-align: center;
  font-size: 10px;
  position: static;
  bottom: 100px;
}

.heading-2 {
  text-align: center;
  background-color: #b6bae496;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph {
  margin-bottom: 33px;
  margin-left: 2px;
  padding-top: 0;
  padding-left: 155px;
  font-family: Droid Sans, sans-serif;
}

.section-2 {
  margin-bottom: auto;
  display: block;
}

.image-2 {
  margin-top: 12px;
  margin-left: 140px;
  padding-left: 0;
}

.body {
  object-fit: fill;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .background-video {
    width: auto;
    height: 30rem;
  }

  .heading {
    margin-bottom: auto;
    padding-top: 19px;
    padding-left: 63px;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block {
    margin-top: -129px;
  }

  .image {
    margin-left: 23px;
    padding-top: 10px;
  }

  .text-block {
    font-size: 10px;
  }

  .heading-2 {
    margin-top: 6px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .paragraph {
    margin-left: 23px;
    padding-left: 0;
  }

  .image-2 {
    margin-left: -125px;
    padding-left: 176px;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    width: auto;
    height: 400px;
  }

  .heading {
    margin-top: 3px;
    padding-top: 26px;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block {
    margin-top: -57px;
    padding-top: 0;
    padding-bottom: 65px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .paragraph {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    width: auto;
    height: 200px;
  }

  .heading {
    margin-top: -48px;
    margin-bottom: 0;
    padding-top: 19px;
    padding-left: 21px;
    font-size: 11px;
    line-height: 15px;
  }

  .div-block {
    margin-top: -81px;
    padding-top: 47px;
    padding-bottom: 0;
  }

  .image {
    width: 60%;
    margin-top: 0;
    margin-left: 10px;
    padding-top: 14px;
  }

  .section {
    height: 60px;
  }

  .text-block {
    background-color: #0000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 8px;
  }

  .heading-2 {
    background-color: #0000001a;
    margin-top: 0;
    font-size: 12px;
  }

  .paragraph {
    margin-left: 10px;
    padding-top: 4px;
    padding-left: 0;
    line-height: 10px;
  }

  .section-2 {
    background-color: #0000;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-2 {
    padding-left: 153px;
  }
}


