.containerR { padding: 8px 6px; height: 100%; display: flex; flex-direction: column; .containerOne { height: 30%; display: flex; margin-bottom: 10px; gap: 10px; .containerOneLeft{ background-color: white; width:58%; // margin-right: 12px; } .containerOneRight{ background-color: white; width:42%; } } .containerTwo{ flex: 1; background-color: white; } }