.hero {
  background-color: #f0f0f0;
  min-height: 40rem;
}
@media screen and (max-width: 520px) {
  .text-div h2 {
    margin-top: 5px !important;
    font-size: 25px !important;
  }
}

@media screen and (max-width: 420px) {
  .wrapper-carousel h2,
  p {
    font-size: 15px !important;
    /* margin-top: -15px !important; */
  }
}

.hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem 2rem;
}

.hero__img {
  border-radius: 50%;
}

.hero__text {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.hero__text h1 {
  font-size: 2rem;
}

.hero__text ul {
  display: flex;
  flex-direction: column;
  flex-direction: coloumn;
  gap: 1rem;
  color: #6b6b6b;
  font-weight: 600;
  padding-left: 2rem;
}
.hero__text ul li {
  list-style-image: url(../img/check-round.png);
}

.hero__text button {
  width: 12rem;
  height: 2.5rem;
  background-color: #954f25;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .hero__container {
    flex-direction: column;
  }
}

.hero_bottom {
  margin: auto;
  max-width: 64rem;
  width: 100%;
  min-height: 23rem;
  background-color: white;
  box-shadow: -3px 6px 15px rgba(0, 0, 0, 0.1), 3px 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -3.4rem;
  padding: 3rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.5rem;
  border-radius: 0.6rem;
}

.hero_bottom div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  width: 17rem;
}

.hero_bottom div img {
  border-radius: 50%;
  width: 12.5rem;
  height: 12.5rem;
}

.hero_bottom div p {
  font-size: 1.5rem;
  line-height: 2rem;
}
