.testimonials {
  overflow: hidden;
}

.testimonials__header {
  margin-bottom: 28px;
}

.testimonials__swiper {
  overflow: visible;
}

.testimonials__card {
  align-items: center;
  flex-direction: column;
  gap: 12px;
  display: flex;
  text-align: center;
}

.testimonials__stars {
  align-items: center;
  gap: 2px;
  display: flex;
}

.testimonials__star {
  display: block;
  width: 20px;
  height: 20px;
  color: var(--color-yellow);
}

.testimonials__pagination {
  margin-top: 24px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .testimonials__pagination {
    display: none;
  }
}

.testimonials .testimonials__navigation {
  margin-inline: auto;
}
.testimonials .testimonials__navigation .swiper-navigation {
  justify-content: center;
}

.testimonials__footer {
  margin-top: 28px;
}
