._100percent {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.terra-logo {
  width: 200px;
}

._200px {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  display: flex;
}

.cta-but {
  color: #fff;
  cursor: pointer;
  background-color: #88c540;
  border-radius: 12px;
  margin-top: 50px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.cta-but:hover {
  transform: scale(1.1);
}

.text-block {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.text-100 {
  text-align: center;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.text-block-2 {
  text-align: center;
  width: auto;
  max-width: 1040px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.line {
  width: 100%;
}

.text-block-3 {
  width: auto;
  max-width: 575px;
  margin-top: 30px;
  font-weight: 800;
}

.heading {
  width: auto;
  max-width: 1110px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 40px;
}

.heading._2 {
  font-size: 24px;
}

.heading-2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.bold-text {
  line-height: 0;
}

@media screen and (max-width: 991px) {
  ._100percent {
    padding-left: 19px;
    padding-right: 19px;
  }

  .heading {
    font-size: 26px;
    line-height: 30px;
  }

  .heading._2 {
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 21px;
    line-height: 32px;
  }

  .heading._2 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-2 {
    margin-top: 30px;
    font-size: 15px;
    line-height: 19px;
  }
}


