section {
    /* height: 5rem; */
}
section:nth-child(2) {
    align-items: start;
}

section:nth-child(3) {
    align-items: center;
}

section:nth-child(4) {
    align-items: end;
}