
.testamonial-section {
  background-color: rgb(255 255 255 / 1);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.testamonial-outer-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testamonial-box {
  position: relative;
  border-radius: 1rem;
  background-color: rgb(255 255 255 / 1);
  padding: 1rem;
  --tw-shadow-colored: 0 20px 25px -5px rgba(15, 23, 42, 0.1),0 8px 10px -6px rgba(15, 23, 42, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.title-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  text-align: center;
}

.testimonial-title {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.025em;
  color: rgb(15 23 42 / 1);
  font-weight: 700;
}


@media (min-width: 640px) {
  .testamonial-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonial-list-container {
    row-gap: 2rem;
  }

  .testamonial-outer-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .testimonial-title {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .testamonial-outer-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

}

.users {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.user-avatars {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.user-avatars img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: -20px;
  border: 2px solid white;
}

.user-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgb(var(--lighter-primary-color-rgb)/.8);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 9999px;
}