.section {
  display: block;
  height: 99.999949%;
  background-color: #227966;
}

.image {
  display: block;
  height: 100%;
  background-image: url('../images/Icon-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.text-span {
  color: #46d5b4;
}

.container {
  height: 100%;
  background-image: url('../images/Welcome-text.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: repeat-x;
}

.image-2 {
  max-width: 15%;
  margin-top: 30px;
  margin-left: 70px;
  padding-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.paragraph {
  position: relative;
    left: 27px;
    top: 415px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    clear: both;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    white-space: normal;
}

.div-block {
  height: 100vh;
  line-height: 20%;
}

.div-block-2 {
  height: auto;
  margin-top: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .section {
    height: 100.0001%;
  }

  .image-2 {
    margin-left: 40px;
  }

  .paragraph {
    left: 66px;
    top: 55px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-2 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    margin-left: 20px;
  }

  .paragraph {
      left: 55px;
    top: 64px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16;
    line-height: 25px;
    font-weight: 400;
  }
}

@media screen and (max-width: 650px) {
  .image-2 {
    margin-left: 20px;
  }

  .paragraph {
    left: 55px;
    top: -10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16;
    line-height: 25px;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    margin-top: 14px;
    margin-left: 10px;
  }

  .paragraph {
    left: 33px;
    top: -150px;
    font-size: 20px;
    line-height: 28px;
  }
}