#top-info {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-direction: row;
}

#top-info .box {
    flex-grow: 1; /* flex grow must go on the child elements */
}