@import url(../../../../css/reset.css);
@import url(../../../../css/variables.css);

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero__title {
  text-align: center;
  font-family: DM Sans;
  font-size: 4.5rem;
  font-weight: 700;
  color: #1e0e62;
}

.hero__button {
  text-align: center;
  padding: 1rem 2rem;
  font-family: DM Sans;
  font-size: 1.25rem;
  font-weight: 500;
  color: white;
  border-radius: 6.25rem;
  background: #25dac5;
  border: none;
}

.hero__img {
  padding: 4.5rem 0 5rem 0;
  height: 34rem;
}

.hero__paragraph {
  display: flex;
  flex-direction: row;
  text-align: center;
  font-family: DM Sans;
  font-size: 1.375rem;
  font-weight: 500;
  color: rgba(21, 20, 57, 0.4);
}

.hero__p {
  height: 7rem;
  padding: 0 2.5rem;
  border-right: solid 0.125rem;
}

.hero__p1 {
  padding: 0 0 8.5rem 2.5rem;
}

.hero__text {
  padding-top: 1rem;
  text-align: center;
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 500;
  color: #25dac5;
}