.discounts {
  font-size: var(--font-size-sm);
  padding-bottom: var(--spacing-sm);
}

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

.discounts__discount svg {
  color: rgba(var(--color-button), var(--alpha-button-background));
}

.discounts__discount--position {
  justify-content: center;
}

@media screen and (min-width: 750px) {
  .discounts__discount--position {
    justify-content: flex-end;
  }
}

.discounts__discount > .icon {
  color: var(--color-fg);
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
}
