.apotheek-partner {
  width: 100%;
  text-align: center;
}

.features-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 3rem;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature img {
  width: 15rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.feature p {
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  width: 18rem;
}
