.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-bottom:15px;margin-left:0!important;overflow:hidden;padding-bottom:0;width:100%}.image-text-card__image img{border-radius:8px;height:100%!important;object-fit:cover;width:100%!important}.image-text-card{display:flex!important;flex-direction:column;justify-content:space-between}.image-text-card__image-wrapper{align-items:center;display:flex;justify-content:center;margin-top:30px;padding:60px 0;position:relative}.image-text-card__image-wrapper.video{display:block}.image-text-card__image-wrapper.video .iframe_wrapper{border-radius:15px;overflow:hidden;padding-top:0}.image-text-card-accent img{height:100%;object-fit:contain;position:absolute;top:0;width:100%}.image-text-card__image{position:relative}.image-text-card .read-more{display:flex;margin-top:30px;padding-top:0;text-align:right}.image-text-card .read-more .icon__wrapper{display:block}.image-text-card .read-more svg{fill:none;stroke:#fff;height:36px;width:36px}.image-text-card__image .hover-animation-span{background:rgba(0,0,0,.8)}@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}.image-text-card.full-width .image-text-card__image-wrapper.video{width:60%}}