.feature-grid
  margin 0 auto
  max-width 90%
  width 1080px
  h2
    font-size 24px
    font-weight 900
    letter-spacing 0.4px
    margin-bottom 20px
    text-align center
    text-transform uppercase
    word-spacing 1.4px
  .feature
    display inline-block
    width 33.3333%
    padding 20px 40px
    text-align center
    vertical-align top
    .icon
      margin 0 auto 10px
      width 50px
      svg
        fill #5753c9
    .title
      color $carbon
      letter-spacing 0.4px
      text-transform uppercase
      font-weight 900
      margin-bottom 10px
    .description
      color #777
      font-weight 300
      line-height 20px

@media (max-width: 800px)
  .feature-grid
    .feature
      width 100%
