section.list_history ul {
    display: flex;
    flex-direction: column-reverse;
}
section.list_history ul li {
    padding-bottom: .5em;
}