.justified-flex-row {
    display: flex;
    justify-content: space-between;
}

.bottom-border-row:not(:last-child) {
    border-bottom: 1px solid #ddd;
}