.discounts {
  font-size: 14px;
}

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

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

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

.discounts__discount > .icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
