Part of "Add to Card" button disappears (Dawn Theme)

Did you use both code for increasing column gaps?

column-gap size must be twice by max-width size like below code

.grid {
    column-gap: 36px;
}

.grid-solution {
    max-width: calc(50% - 18px);
}