.product-features__feature-title {
  font-size: 2.4rem;
  line-height: 1.5;
}

.product-features__feature-title,
.product-features__feature-text {
  margin: 1rem 0 1.5rem 0;
}

@media screen and (min-width: 768px) {
  .product-features__feature-title {
    font-size: 2.8rem;
  }
}
