.community-card
  .icon
    width 75px
    height 75px
    margin: 20px auto

    svg {
      color: #4e4e4e;
    }

  h3
    color #616161
    padding 0
    margin 0
    font-size 25px
    font-weight normal
    transition all $speed ease-out

    a
      color #1D97F3

  .description
    padding 15px 10% 20px
    margin 0
    font-size 14px
    font-style italic
