i made this div with class grid container and has this style
.grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 0px 10px;