.feature-list {
    & li {
        &:not(:last-child) {
            border-bottom: unset;
        }
    }
}