Привет! Как вариант, пробуй)
<div style="display: flex; width: 100%; height: 100px; background-color: red;">
<div style="display: flex; height: 100%; width: 50%; background-color: grey;">
<div style="background-color: green; height: 100%; width: 50%;"></div>
<div style="background-color: blue; height: 100%; width: 50%;"></div>
</div>
</div>
Вот аналог на Bootstrap с центрированием, если используешь его)
<div class="row">
<div class="col-12 col-sm-6 d-flex align-items-center justify-content-betwee" style="border: 2px solid #2fc7f7;">
<div style="height: 100px; width: 50%; background-color: green;">
<div style="height: 100px; width: 50%; background-color: blue;">
</div>
</div>