.course-header { /*display: flex; flex-direction: row; justify-content: space-between;*/ } .course-header__title { align-self: baseline; } .course-header__info { border: 1px solid var(--greybase); padding: 13px; align-self: center; float: right; } .course-header__info table { margin: 0; }