.flexible-cards{padding:var(--spacing-md)}.flexible-cards__item{background:#fff;display:flex;flex-basis:0;flex-direction:column;flex-grow:1;justify-content:space-between}.flexible-cards__row{display:flex;gap:var(--spacing-md)}.flexible-cards__heading{margin-bottom:.3em}.flexible-cards__image--bottom{display:block;margin:2rem auto}.flexible-cards__image--top{display:block;margin:0 auto;max-width:100%}.flexible-cards__image.image-center{margin:0 auto}.flexible-cards__image.image-left{margin:0 2rem}.flexible-cards__top--bottom{padding:var(--spacing-md) var(--spacing-md) 0 var(--spacing-md)}.flexible-cards__bottom--bottom{padding:0 var(--spacing-md) var(--spacing-md) var(--spacing-md)}.flexible-cards__text--top{margin-bottom:2rem}.flexible-cards__text--top,.flexible-cards__top--top .flexible-cards__heading{padding:0 var(--spacing-md)}.flexible-cards__bottom--top{padding:0 var(--spacing-md) var(--spacing-md) var(--spacing-md)}@media only screen and (max-width:1024px){.flexible-cards__row{flex-wrap:wrap}.flexible-cards__item{flex-basis:100%}}@media only screen and (max-width:768px){.flexible-cards{padding:0}}