.three-column-cards{padding-top:var(--rowPadding, clamp(3rem, 6.667vw + 1.667rem, 8rem));padding-bottom:var(--rowPadding, clamp(3rem, 6.667vw + 1.667rem, 8rem));background:var(--background-color, #fff)}.three-column-cards__intro{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media screen and (min-width: 1024px){.three-column-cards__intro{margin-bottom:clamp(2rem,1.333vw + 1.733rem,3rem)}}.three-column-cards__heading{flex:0 0 100%;margin-bottom:0}@media screen and (min-width: 768px){.three-column-cards__heading{flex:0 1 auto}}.three-column-cards__button{flex:0 0 auto;margin-top:8px}@media screen and (min-width: 768px){.three-column-cards__button{flex:0 1 auto;margin-top:0}}.three-column-cards__card-list{display:flex;flex-flow:row wrap;gap:clamp(.875rem,.155vw + .84rem,1rem)}.three-column-cards__card{flex:0 0 100%;display:flex;flex-flow:column nowrap;min-height:clamp(8rem,8.966vw + 5.983rem,14.5rem);background:#c9e8f5;border-radius:0 24px 24px 24px;padding:clamp(1.375rem,.155vw + 1.34rem,1.5rem);color:#000;transition:background .1s ease-in-out}.three-column-cards__card:visited{color:#000}.three-column-cards__card:link:hover,.three-column-cards__card:visited:hover{background:#add8eb}@media screen and (min-width: 1024px){.three-column-cards__card{flex:0 1 calc(33.33% - clamp(.875rem,.155vw + .84rem,1rem)*0.6666666667)}}.three-column-cards__card-title{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;color:#0c5168;margin-bottom:clamp(.875rem,.155vw + .84rem,1rem);gap:clamp(.875rem,.155vw + .84rem,1rem)}.three-column-cards__card hr{margin-top:0}.three-column-cards__card-text{margin-top:auto}
