  #features p.lead{
    font-size: 1.10rem;
  }
 
  #features{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f9f9f9;
  }

  .featured-icon{
    margin-top: 40px;
    width: 90px;
  }

  .features-item p{
    line-height: 1.25em;
  }

  @media only screen and (max-width: 639px) {

    .features-item{
      min-height: 370px !important;
    }

  }