.hero {
  background: #e3f3f3;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

.hero__title {
  color: #232932;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.hero__text {
  color: #6a6770;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.getStard__text {
  margin-bottom: 8px;
}

.about__section-subText {
  color: #6a6770;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.getStard__text-point::before {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-radius: 1em;
  background-color: #6a6770;
  margin-right: 0.5em;
}

.getStard__subText {
  color: #6a6770;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
  text-align: center;
}

.hero__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.getStard__subText:last-child {
  margin-bottom: 0;
}

.text-bold {
  font-weight: 700;
}

.form__wrapper {
  order: 2;
}

@media (min-width: 744px) {
  .getStard__text {
    margin-bottom: 16px;
  }

  .form__wrapper {
    width: 500px;
  }
}
@media (min-width: 1440px) {
  .form__section-main {
    width: 500px;
  }

  .getStard__text {
    text-align: left;
  }

  .hero__text {
    font-size: 22px;
    line-height: 120%;
  }

  .getStard__text {
    font-size: 18px;
  }

  .getStard__subText:last-child {
    font-size: 18px;
  }

  .getStard__subText {
    text-align: left;
  }

  .hero__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 0;
  }
  .hero__text {
    margin-bottom: 90px;
  }

  .form__wrapper {
    order: -1;
  }
}
