.list-elements {
    &__item {
        &:not(:last-child) {
            padding-bottom: 1.5rem;
        }
    }
}
