#et-boc .et-l .latest-reviews-card,
.latest-reviews-card {
  --swiper-navigation-sides-offset: 10px;
  position: relative;
  width: clamp(300px, 100%, 480px);
  height: 640px;
  padding: 2rem;
}

@media (max-width: 768px) {

  #et-boc .et-l .latest-reviews-card,
  .latest-reviews-card {
    --swiper-navigation-sides-offset: -10px;
    height: 75vh;
    padding: 2rem 0;
  }
}

#et-boc .et-l .latest-reviews-card .reviews .review,
.latest-reviews-card .reviews .review {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-radius: 2rem;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

#et-boc .et-l .latest-reviews-card .reviews .review .profile-pic-first-letter,
.latest-reviews-card .reviews .review .profile-pic-first-letter {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  min-height: 64px;
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
  border-radius: 100%;
  background-color: #444;
  color: #fff;
  font-size: 28px !important;
  font-weight: bold;
}

#et-boc .et-l .latest-reviews-card .reviews .review .review-author,
.latest-reviews-card .reviews .review .review-author {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
  font-size: 24px !important;
  font-weight: bold;
}

#et-boc .et-l .latest-reviews-card .reviews .review .review-time,
.latest-reviews-card .reviews .review .review-time {
  font-size: 14px !important;
  color: #666;
}

#et-boc .et-l .latest-reviews-card .reviews .review .review-stars,
.latest-reviews-card .reviews .review .review-stars {
  font-size: 12px !important;
  color: #666;
}

#et-boc .et-l .latest-reviews-card .reviews .review .review-text,
.latest-reviews-card .reviews .review .review-text {
  flex: 1 1 auto;
  font-size: 14px !important;
  color: #333;
  line-height: 1.125;
  overflow-y: auto;
}

#et-boc .et-l .latest-reviews-card .swiper-pagination,
.latest-reviews-card .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 10;
}

#et-boc .et-l .latest-reviews-card .swiper-pagination-bullet,
.latest-reviews-card .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #666;
  opacity: 0.5;
  margin: 0 5px;
}

#et-boc .et-l .latest-reviews-card .swiper-pagination-bullet-active,
.latest-reviews-card .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

#et-boc .et-l .latest-reviews-card .google-logo,
.latest-reviews-card .google-logo {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  z-index: 10;
}

#et-boc .et-l .latest-reviews-card .reviews .review .review-author,
.latest-reviews-card .reviews .review .review-author,
#et-boc .et-l .latest-reviews-card .reviews .review .review-time,
.latest-reviews-card .reviews .review .review-time,
#et-boc .et-l .latest-reviews-card .reviews .review .review-stars,
.latest-reviews-card .reviews .review .review-stars {
  padding-bottom: 0.5rem;
}

#et-boc .et-l .latest-reviews-card .reviews .review .review-text,
.latest-reviews-card .reviews .review .review-text {
  padding-bottom: 0;
}