main>section { display: flex; align-items:center; justify-content:space-between; } section > section { width: 25%; } section > section + section { width: 50%; }