.numbered-cards__list{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;list-style:none;margin:0;padding:0}.numbered-cards__item{border:2px solid rgba(0,45,106,.2);border-radius:6px;flex:1 0 20%;max-width:350px;min-height:24rem;min-width:300px;padding:1.6875rem}.numbered-cards__item-inner{display:flex;flex-direction:column;gap:1.25rem;height:100%;justify-content:flex-start}.numbered-cards__item-title{align-items:flex-start;display:flex;gap:.75rem}.numbered-cards__item-richtext p:first-child{margin-top:0}.numbered-cards__item-richtext p:last-child{margin-bottom:0}@media (max-width:767px){.numbered-cards__item{flex:1 1 100%;max-width:100%;min-width:auto}}