.image-text-card-groups{display:grid;grid-gap:25px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-template-columns:repeat(12,1fr);justify-content:stretch;justify-items:stretch;grid-auto-flow:row dense}.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;width:100%;margin-left:0!important;padding-bottom:0}.image-text-card{margin-bottom:15px;overflow:hidden}.image-text-card__image img{object-fit:cover;height:100%!important;width:100%!important}@media(min-width:768px){.image-text-card-groups .image-text-card:not(.full-width) .link-wrapper{position:absolute;bottom:25px}.image-text-card.full-width{display:flex;flex-direction:row-reverse;align-items:stretch}.image-text-card.full-width .image-text-card__image{width:65%;height:auto!important}.image-text-card.full-width .image-text-card__content-wrapper{width:35%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.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}}