main {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 85vh;
}

main .hero-content,
main .hero-img {
  width: 50%;
}

main .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  height: 100%;
}

main .hero-content h1 {
  font-size: 4rem;
  margin-bottom: 25px;
}

main .hero-content p {
  font-size: 1.2rem;
  width: 60%;
  line-height: 35px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}

main button {
  outline: none;
  border: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
}

main .hero-content .get-started {
  background-color: #8c64ff;
  color: white;
  padding: 10px 30px;
  border-radius: 50px;
  margin-right: 15px;
}

main .hero-content .about-us {
  background-color: white;
  color: #8c64ff;
  text-decoration: underline;
}

main .hero-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

main .hero-img img {
  height: 100%;
  width: auto;
}

.trade-mark {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: none;
  font-size: 0.7em;
  text-align: center;
  width: 100%;
}

@media (max-width: 1096px) {
  main .hero-content p {
    font-size: 1.1rem;
    width: 100%;
  }

  main .hero-img img {
    height: 60%;
  }
}

@media (max-width: 775px) {
  main .hero-img {
    display: none;
  }
  main .hero-content p {
    text-align: center;
  }
  main .hero-content h1 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
  }


  main {
    height: 88vh;
  }

  main .hero-content {
    width: 100%;
    align-items: center;
  }

  main .hero-img {
    display: none;
  }
  main .hero-content p {
    text-align: center;
  }
  main .hero-content h1 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
  }
  main .hero-content {
    width: 100%;
  }
  main .hero-content .get-started {
    margin-right: 0px;
  }

  main .btns {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}

@media (max-width: 475px) {
  main .btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
  }

  main .hero-content .get-started {
    margin-right: 0px;
    margin-bottom: 25px;
  }
  main .hero-content .get-started {
    padding: 20px 50px;
  }
  main button {
    font-size: 0.9rem;
  }
}
