.hero .hero-left {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.swiper.mySwiper.hero-swiper {
  width: 75%;
  margin-left: 0;
  height: 27rem;
}

.swiper-wrapper.swiper-wrapper-home {
  display: flex;
  height: inherit;
}
/* aqui dentro fica o slide individual da home */
.swiper-slide.swiper-slide-home {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
/* .swiper-ul-home {
  height: max-content;
} */

.swiper-pagination.pagination-home {
  width: fit-content !important;
  margin-left: 0;
  margin-top: 2rem;
}
.swiper-horizontal
  > .swiper-pagination.pagination-home
  .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 144px !important;
  height: fit-content !important;
}

.swiper-pagination.pagination-home .swiper-pagination-bullet {
  background-color: #16a374 !important;
}

/* aqui inicia o estilo dos itens contidos dentro do slide da home */
ul.swiper-ul-home {
  margin-top: 4rem !important;
}

ul.swiper-ul-home li h1.service-title {
  font-family: "Urbanist", sans-serif;
  font-size: 2.2rem;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2rem;
}

li.hero-service-desc {
  font-size: 1.8rem;

  font-weight: 400;
  max-width: 40rem;
  text-align: left;
}
li.hero-service-desc::before {
  content: url("../img/services/certificate.svg");
  display: inline-block;
  margin-right: 0.8rem;
}

.hero-right img {
  display: block;
  max-width: 100%;
}
