.features-section .icon {
   font-size: 4em;
   opacity: 0.7;
   margin: 20px;
}

.features-section .row {
   margin-bottom: 80px;
}

.features-section .row:last-of-type {
   margin: 0;
}

.features-section .feature h2 {
   margin-bottom: 20px;
}

@media screen and ( min-width: 992px ) {
   .features-section .feature {
      padding-right: 50px;
      padding-left: 50px;
   }
}
