.d-flex {
    display: flex;
}

.text-start {
    text-align: start;
}

.text-end {
    text-align: end;
}