.card-with-text-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}.card-with-text-groups .link-wrapper{bottom:25px;position:absolute}.card-with-text-groups:after,.card-with-text-groups:before{display:none}.card-with-text-groups .card-with-text{border-bottom:1px solid var(--primary-color);border-top:1px solid var(--primary-color);grid-column:auto/span 12;margin-left:0!important;padding:24px 0;position:relative;width:100%}.card-with-text-groups .card-with-text p:last-child{margin-bottom:0}.card-with-text-groups .card-with-text:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none' viewBox='0 0 21 21'%3E%3Cpath fill='%23CD1719' fill-rule='evenodd' d='M12.923 16.565 0 3.65 3.648 0l13.236 13.228V2.245h4.09v13.08c0 3.36-1.97 5.18-5.69 5.18h-13.5v-3.94z' clip-rule='evenodd'/%3E%3C/svg%3E");content:"";height:21px;position:absolute;width:21px}.card-with-text-groups .card-with-text .card-with-text__content{padding-left:45px}@media(min-width:768px){.card-with-text-groups .card-with-text.span3{grid-column:auto/span 3}.card-with-text-groups .card-with-text.span4{grid-column:auto/span 4}.card-with-text-groups .card-with-text.span6{grid-column:auto/span 6}}@media(max-width:767px){.card-with-text-groups .card-with-text{grid-column:auto/span 12}}