/* Feature */

.feature {
  text-decoration: none;
  padding-left: 4em;
  position: relative;
  text-align: left;
}


  .feature:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
  }

  .feature:before {
    border-radius: 0.5em;
    border: solid 1px rgba(235, 0, 0, 0.25);
    color: #971B1F;
    display: inline-block;
    font-size: 1.5em;
    height: 2em;
    left: 0;
    line-height: 2em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2em;
  }

  .feature h3 {
    margin: 0 0 0.7em 0;
  }


