.discounts {
  opacity: .5;
}

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

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

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