.header { display: flex; flex-direction: row; align-items: center; } .title { display: flex; flex-direction: row; align-items: center; gap: 10px; font-size: 24px; font-weight: 700; overflow: hidden; height: 100px; } .info { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; gap: 30px; min-height: 0; }