.product-features {
  display: flex;
  margin-top: 1.5rem;
}

.product-features > *:not(:last-child) {
  margin-right: 3rem;
}

.product-feature {
  text-align: center;
}

.product-feature > *:not(:last-child) {
  margin-bottom: 0.375rem;
}

.product-feature__icon {
  height: 1.75rem;
}

.product-feature__label {
  text-transform: uppercase;
  font-weight: 700;
  color: #ed1c24;
}
