#CIGrid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}
