.client-card {
  background-color: white;
  border-radius: 20px;
  width: 220px;
  padding: 1rem 0.75rem;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  margin: 0 auto;
}

.client-card__image img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.75rem;
}

.client-card__name {
  margin: 0.5rem 0;
}

.client-card__subtitle {
  margin: 0.25rem 0;
}

.client-card__products {
  margin: 0.25rem 0;
}
