section:nth-child(2) {
    justify-content: center;
}

section:nth-child(3) {
    justify-content: end;
}

section:nth-child(4) {
    justify-content: space-between;
}