.image-cards{column-gap:20px;display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:20px}.image-cards .image-card{aspect-ratio:386/182;border-radius:16px;display:flex;flex-direction:column;justify-content:center;padding:32px;position:relative}.image-cards .image-card.has-bg{background-repeat:no-repeat!important;background-size:cover!important;justify-content:flex-end;padding:24px}.image-cards .image-card .text-wrapper{position:relative;z-index:2}.image-cards .image-card h2,.image-cards .image-card h3,.image-cards .image-card h4,.image-cards .image-card p{margin-bottom:16px}.image-cards .image-card h2,.image-cards .image-card h3,.image-cards .image-card h4{font-weight:600}.image-cards .image-card>div :last-child,.image-cards .image-card>div :only-child{margin-bottom:0}.image-cards.bg-blue .image-card{background:#003462;color:#fff}.image-cards.bg-blue .image-card h2,.image-cards.bg-blue .image-card h3,.image-cards.bg-blue .image-card h4{color:#fff;line-height:120%}.image-cards.bg-gray .image-card{background:#edf2f8;color:#003462}.image-cards.bg-gray .image-card h2,.image-cards.bg-gray .image-card h3,.image-cards.bg-gray .image-card h4{color:#003462;line-height:100%}.image-cards .image-card.feature{aspect-ratio:unset;grid-row:span 2}.image-cards .image-card .gradient-overlay{background:linear-gradient(180deg,rgba(0,52,98,0),#003462);border-radius:16px;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}@media (min-width:1024px) and (max-width:1250px){.span8 .image-cards,.span9 .image-cards{grid-template-columns:1fr 1fr}}@media (max-width:1023px){.image-cards{column-gap:20px;display:grid;grid-template-columns:1fr 1fr;row-gap:20px}.image-cards .image-card{aspect-ratio:16/9}.image-cards .image-card.feature{grid-column:span 2;min-height:260px;order:99}}@media (max-width:767px){.image-cards{grid-template-columns:1fr}.image-cards .image-card.feature{aspect-ratio:16/9;grid-column:span 1;min-height:unset}}