div.grid-container {
    display: grid;
    grid-template-columns: max-content max-content;
}