.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}.single-card.img-left{grid-gap:30px;align-items:flex-start;display:flex}.single-card.img-left .card-image-wrap{flex:70px 0 0}.card-text-wrap :is(h1,h2,h3,h4,h5,h6){margin-bottom:5px}@media(min-width:768px){.card-group{grid-gap:50px}.card-group .single-card.span3{grid-column:auto/span 3}.card-group .single-card.span4{max-width:385px}.card-group .single-card.span6{grid-column:auto/span 6}}@media(max-width:767px){.card-image-wrap img{width:100%}.image-content{margin-bottom:30px}}