
.mention-2024 .customer-cases-container {
  padding: 26px 32px;
  border-radius: 32px;
  box-shadow: 0 5px 5px #0002;
}

.mention-2024 .customer-logo-container {
  margin-top: 80px;
  display: flex;
  gap: 32px;
}

.mention-2024 .customer-logo-container img {
  height: 70px;
  width: 70px;
}

.mention-2024 .customer-case {
  font-size: 16px;
  margin-bottom: 48px;
}
.mention-2024 .customer-case:last-child {
  margin-bottom: 0;
}

.mention-2024 .customer-case p {
  margin-bottom: 10px;
}

.mention-2024 .customer-illustration {
  margin-bottom: 36px;
}

.mention-2024 .customer-illustration img{
  width: 100%;
  border-radius: 32px;
}

.mention-2024 .customer-case .quote {
  display: block !important;
  background: transparent;
  /* background-color: transparent; */
  font-style: italic;
}

.mention-2024 .customer-case .read-more a {
  font-weight: 700;
  color: var(--color-blue-medium) !important;
  text-decoration: underline;
}
