:root{--image-cards-responsive-flex-direction:column;--image-cards-responsive-align-items:center;--image-cards-text-min-width:89%;--image-cards-text-max-width:89%;--image-cards-image-margin:0 auto}@media (min-width:800px){:root{--image-cards-responsive-flex-direction:row;--image-cards-align-items:start;--image-cards-text-min-width:0;--image-cards-text-max-width:none;--image-cards-image-margin:0}}.image-cards{align-items:var(--image-cards-align-items);display:flex;flex-direction:var(--image-cards-responsive-flex-direction);flex-wrap:wrap;gap:var(--space-3xl);margin:0 auto;width:100%}.image-cards__img{aspect-ratio:1/1;margin:var(--image-cards-image-margin);max-width:min(256px,100%);overflow:hidden}.image-cards__img img{aspect-ratio:1/1;max-width:100%}.image-cards--circle-images .image-cards__img{border-radius:50%}.image-cards__card{align-items:center;display:flex;flex:1;flex-direction:column;gap:64px;min-width:224px;width:100%}.image-cards__text{border-color:var(--blue-300);border-radius:8px;border-style:solid;border-width:1px;max-width:var(--image-cards-text-max-width);min-width:var(--image-cards-text-min-width);padding:var(--space);position:relative}.image-cards__text h3{font-size:var(--h5-font-size);margin-bottom:var(--space-2xs)}.image-cards__text p{font-size:var(--font-size);margin-bottom:0}.image-cards__text:before{border-bottom:16px solid var(--blue-300);top:-16px}.image-cards__text:after,.image-cards__text:before{border-left:20px solid transparent;border-right:20px solid transparent;content:"";left:50%;margin-left:-20px;position:absolute}.image-cards__text:after{border-bottom:16px solid #fff;top:-15px}