.smn-footer
    background: $cl-5
    padding: 4rem 0
    color: $cl-white
    ul
        list-style: none
        padding: 0
        font-weight: 800
        line-height: 2rem
        border-bottom: 1px solid $cl-5
        &:last-child
            border-bottom: 0px solid $cl-5

    a    
        color: $cl-white
        &:hover
            color: $cl-1
