.prestige-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(4rem, 4vw);
  max-width: 100%;
}

.prestige-badge {
  width: 13rem;
}

.prestige-badge svg {
  height: auto;
  width: 100%;
  max-width: 100%;
}