main {
  /* 517652 */
  margin-inline: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-self: center;
  margin-top: 3rem;
  row-gap: 1.5rem;
}
.main-heading {
  font-size: 3.2rem;
  font-weight: 800;
}
.main-description {
  color: #96c4a8;
  font-size: 1.4rem;
  line-height: 1.5;
}
.main-search {
  margin-top: 1.5rem;
  width: 100%;
  height: 3.5rem;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  main {
    /* 517652 */
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-content: center;
    align-self: center;
    margin-top: 3rem;
    row-gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  main {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-content: center;
    align-self: center;
    margin-top: 3rem;
    row-gap: 1.5rem;
  }
}
