.discounts {
  margin: 0;
  padding: 0;
}

.discounts__discount {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
