.discounts {
  color: #027223;
  font-size: 1.5rem;
}

.discounts__discount {
  display: flex;
  align-items: center;
}
.discounts__discount > .icon {
  color: #027223;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
}

.discounts__discount--end {
  justify-content: flex-end;
}