.image-text-card-groups{display:grid;grid-gap:25px;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}.image-text-card{position:relative}.image-text-card-groups:after,.image-text-card-groups:before{display:none}.image-text-card-groups .image-text-card{grid-column:auto/span 12;margin-left:0!important;padding-bottom:0;width:100%}.image-text-card{margin-bottom:15px;overflow:hidden}.image-text-card__image img{height:100%!important;object-fit:cover;width:100%!important}.image-text-card-groups .image-text-card:not(.full-width) .button-wrapper{display:flex;flex-wrap:wrap;grid-gap:15px}.button-wrapper.button--center{justify-content:center;left:0;right:0}.button-wrapper.button--right{justify-content:flex-end;right:25px}@media(min-width:768px){.image-text-card.full-width{align-items:stretch;display:flex;flex-direction:row-reverse}.image-text-card.full-width .image-text-card__image{height:auto!important;width:65%}.image-text-card.full-width .image-text-card__content-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:35%}.image-text-card-groups .image-text-card.span3:not(.full-width){grid-column:auto/span 3}.image-text-card-groups .image-text-card.span4:not(.full-width){grid-column:auto/span 4}.image-text-card-groups .image-text-card.span6:not(.full-width){grid-column:auto/span 6}}