.grid-main {
    display: grid;
    grid-template-columns: 1fr 6fr;
    grid-gap: 12px;
}

.grid-main > .side {

}

.grid-main > .main {

}
