.landing-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}
@media (max-width: 767px) {
  .landing-page {
    background: url(../images/mobile-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.landing-page .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .landing-page .image-bg {
    display: none;
  }
}
.landing-page .image-bg img {
  position: absolute;
}
.landing-page .image-bg img:nth-child(1) {
  top: 0;
  left: 0;
  width: 100vw;
}
.landing-page .image-bg img:nth-child(2) {
  top: 0;
  left: 0;
  height: 100vh;
}
.landing-page .image-bg img:nth-child(3) {
  top: 0;
  right: 0;
  height: 100vh;
}
.landing-page .image-bg img:nth-child(4) {
  bottom: 0;
  right: 0;
  width: 100vw;
}
.landing-page .content-area {
  position: absolute;
  text-align: center;
}
@media (max-width: 767px) {
  .landing-page .content-area img {
    max-width: 145px;
  }
}
.landing-page .content-area h1 {
  color: #3B5E4C;
  text-align: center;
  font-family: Rasa;
  font-size: 20.964px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.753%;
  letter-spacing: 6.708px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .landing-page .content-area h1 {
    font-size: 15px;
  }
}
.landing-page .content-area p {
  color: #727F62;
  text-align: center;
  font-family: Rasa;
  font-size: 15.228px;
  font-style: normal;
  font-weight: 300;
  line-height: 115.753%;
  letter-spacing: 5.061px;
  margin: 13px 0px 22px;
}
@media (max-width: 767px) {
  .landing-page .content-area p {
    font-size: 14.14px;
  }
}
.landing-page .content-area a {
  color: #FDFEF8;
  font-family: Rasa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.66px;
  padding: 12px 25px;
  border-radius: 13px;
  background: #385D4E;
  text-decoration: none;
  display: inline-flex;
}
@media (max-width: 767px) {
  .landing-page .content-area a {
    font-size: 16.457px;
  }
}/*# sourceMappingURL=style.css.map */