.hero-section {
  height: 30rem;
  background: #e8f4ff;
}

.hero-section-part1 {
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 80%;
  gap: 4rem;
  /* margin-inline: auto; */
}

.hero-section-desc {
  width: 50%;
  height: 85%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.hero-section-desc__title {
  color: #433e3d;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
}

.hero-section-desc__info {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  letter-spacing: -2px;
}

.hero-section-desc__actions {
  display: flex;
  align-items: center;
  position: relative;
  width: 67%;
  justify-content: center;
}

.hero-section-desc__actions select {
  width: 8rem;
  height: 2.5rem;
  border-radius: 5px;
  background: #d9d9d9;
  outline: none;
  border: 0;
  margin-right: 1.1rem;
  color: #1e1d1f;
  font-size: 0.91rem;
  font-weight: 500;
  padding-left: 1rem;
  font-family: "Readex Pro", sans-serif;
}
.hero-section-desc__actions option {
  font-family: "Readex Pro", sans-serif;
}

.hero-section-desc__actions button {
  width: 10rem;
  height: 2.5rem;
  border-radius: 5px;
  background: #0a0080;
  border: 0;
  color: #fff;
  font-size: 0.91rem;
  font-weight: 400;
  cursor: pointer;
  font-family: "Readex Pro", sans-serif;
}

.hero-image {
  width: 40%;
  height: 85%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.hero-image img {
  width: 100%;
  height: 90%;
  border-radius: 3.5rem;
}

.hero-section-part2 {
  width: 68%;
  height: 20%;
  margin-inline: auto;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  /* line-height: 4rem; */
  word-spacing: 2px;
}

.home-image-container {
  width: 32%;
  display: flex;
  align-items: center;
  height: 42%;
}

.icon-separator {
  margin: 0 1rem;
}

.hero-section-part2 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .hero-section-desc__actions {
    width: 55%;
  }

  .hero-section-part2 {
    width: 57%;
  }
}

@media screen and (max-width: 850px) {
  .hero-section {
    height: 28rem;
    padding-top: 10%;
  }
  .hero-section-part1 {
    flex-direction: column;
    width: 85%;
    height: fit-content;
    align-items: center;
    justify-content: space-evenly;
    gap: 1rem;
  }

  .hero-section-desc {
    height: 15%;
    align-items: center;
    width: 97%;
  }

  .hero-section-desc__actions {
    width: 80%;
    margin-inline: auto;
  }
  .hero-section-desc__title {
    line-height: normal;
    font-size: 1.2rem;
  }
  .hero-section-desc__info {
    line-height: normal;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .hero-section-desc__actions select {
    width: 45%;
    font-size: 0.81rem;
    height: 2rem;
  }
  .hero-section-desc__actions button {
    width: 45%;
    font-size: 0.81rem;
    height: 2rem;
  }
  .banner-form {
    width: 95%;
    display: flex;
  }
  .hero-image {
    width: 73%;
    height: 40%;
    justify-content: space-evenly;
  }
  .hero-image img {
    border-radius: 1.5rem;
    width: 100%;
  }

  .hero-section-part2 span {
    /* display: none; */
  }
  .hero-section-part2 {
    justify-content: start;
    width: 85%;
    height: 14%;
    gap: 0.5rem;
    align-items: center;
    flex-direction: column;
    margin-top: 5%;
  }
  .home-image-container {
    width: 59%;
    display: flex;
    align-items: center;
    height: 40%;
  }
}
