.card-grid {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(20em,1fr));
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

