section#temoignages {
  padding: var(--navbar-height-sticky) 0 3rem 0;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  user-select: none;
  background-color: var(--secondary-color);
  min-height: unset;
  color: #ffffff;
}

section#temoignages h2 {
  padding: 0 15px;
}

section#temoignages .swiper {
  width: 100%;
  height: 100%;
}

section#temoignages .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: unset;
}

section#temoignages .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#temoignages .swiper-wrapper {
  margin-bottom: 2rem;
}

section#temoignages div.swiper-pagination {
  display: none;
}

section#temoignages > h2 {
  color: #ffffff;
  position: relative;
  margin-bottom: 2rem;
}

section#temoignages > h2::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  content: "";
  border-bottom: 1px solid #ffffff;
  width: 70%;
}

section#temoignages div.container {
  display: flex;
  overflow: hidden;
  padding: 3rem 2rem 3rem 2rem;
  width: 100%;
}

section#temoignages div.container header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

section#temoignages div.container article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 60%;
}

section#temoignages div.container span.desc {
  width: 80%;
  text-align: justify;
  line-height: 1.4;
}

section#temoignages div.container span figure.google-icon img {
  width: 30px;
  padding-bottom: 10px;
  margin: auto;
}

section#temoignages div.container article figcaption {
  width: 60px;
  height: 60px;
}

section#temoignages div.container article div.detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

section#temoignages div.container article img {
  border-radius: 50%;
}

section#temoignages div.container article div {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 5px;
  margin-top: 5px;
}

section#temoignages div.container article div.star img {
  width: 30px;
}

section#temoignages > a > button {
  border: 1px solid #fff;
  display: flex;
  gap: 20px;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
}

section#temoignages > a > button:hover {
  border: 1px solid var(--secondary-color);
}

@media (max-width: 750px) {
  section#temoignages > h2 {
    margin-bottom: 4rem;
  }

  section#temoignages div.container {
    padding: 0 0 2rem 0;
  }

  section#temoignages div.container article {
    width: unset;
  }

  section#temoignages div.swiper-button-next,
  section#temoignages div.swiper-button-prev {
    display: none;
  }

  section#temoignages div.swiper-pagination {
    display: block;
  }
}
