.column { float: left; width: 50%; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } .left { width: 35%; } .right { width: 65%; } .centered-content { display: flex; align-items: center; justify-content: center; }