.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-title-icon{display:flex;grid-gap:20px;align-items:center;margin-bottom:20px}.image-text-card-title-icon h3{margin-bottom:0}@media(min-width:768px){.image-text-card-groups .image-text-card:not(.full-width) .link-wrapper{bottom:25px;position:absolute}.image-text-card-groups .image-text-card.horizontal{display:flex}.image-text-card-groups .image-text-card.horizontal .image-text-card__image{width:350px}.image-text-card-groups .image-text-card.horizontal .image-text-card__content-wrapper{flex:1}.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}}