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