.body {
  height: auto;
  max-height: none;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.container {
  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-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 {
  height: 350px;
  margin-top: 40px;
}

.image {
  display: block;
  width: 30%;
  margin-top: 0px;
}

.section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 80%;
  margin: 20px auto auto;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.dividerimage {
  width: 20%;
}

.blueblock {
  width: 600px;
  height: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #031f31;
}

.heading {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  text-align: center;
}

.text-span {
  color: #f6911d;
}

.turquoiseblock {
  width: 600px;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  background-color: #4dbb8d;
}

.email {
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}

.comingsoon {
  width: 600px;
  height: 50px;
  margin: 15px auto;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 34px;
  text-align: center;
}

.image-2 {
  position: relative;
  width: 100%;
}

.baclground {
  height: 105vh;
  background-image: url('../images/Background.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #031f31;
}

.partners {
  width: 600px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.heading-3 {
  width: auto;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  color: #031f31;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.image-3 {
  width: 150px;
}

.image-3:hover {
  opacity: 0.57;
}

@media (max-width: 991px) {
  .image {
    width: 60%;
  }
  .dividerimage {
    width: 40%;
  }
  .blueblock {
    height: 180px;
  }
  .heading {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .turquoiseblock {
    height: 70px;
  }
  .image-2 {
    height: auto;
    max-height: none;
  }
  .baclground {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .image {
    width: 75%;
  }
  .dividerimage {
    width: 60%;
  }
  .blueblock {
    width: 450px;
  }
  .heading {
    padding-top: 42px;
    padding-bottom: 42px;
    font-size: 35px;
    line-height: 45px;
  }
  .turquoiseblock {
    width: 450px;
  }
  .heading-2 {
    width: 450px;
  }
  .partners {
    width: 450px;
  }
}

@media (max-width: 479px) {
  .body {
    margin-top: 0px;
    padding-top: 0px;
  }
  .image {
    width: 75%;
  }
  .section {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }
  .divider {
    margin-top: 40px;
  }
  .dividerimage {
    width: 65%;
  }
  .blueblock {
    width: auto;
    height: 140px;
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 40px;
  }
  .turquoiseblock {
    width: auto;
    margin-top: 20px;
  }
  .email {
    color: #fff;
    font-size: 20px;
  }
  .comingsoon {
    width: auto;
    margin-top: 20px;
  }
  .heading-2 {
    width: auto;
  }
  .image-2 {
    height: auto;
  }
  .baclground {
    height: 100vh;
  }
  .link {
    color: #fff;
    text-decoration: none;
  }
  .link:hover {
    opacity: 1;
    color: #031f31;
  }
  .partners {
    width: auto;
  }
}