.l-list {
    margin: 0 0 48px;
    padding: 0;
    font-weight: 500;
    list-style: none;
}

.l-list a {
    display: block;
    padding: .6em 0;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: inherit;
}

.l-list a[class*='icon'] {
    position: relative;
    padding-left: 1.3em;
}

.l-list__item--last a {
    border: 0;
}

.l-list__item a::before {
    position: absolute;
    left: 0;
    transition: all .3s;
    color: #03aceb;
}

.l-list__item a:hover:before {
    transform: translateX(3px);
    transition: all .1s;
    color: inherit;
}