.card-group{grid-gap:20px;grid-auto-flow:row dense;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-template-columns:repeat(12,1fr);justify-content:stretch;justify-items:stretch}.card-group img{max-width:100%}@media(min-width:768px){.card-group .single-card.span4{max-width:385px}}@media(max-width:400px){.card-group{grid-gap:30px 10px}}