.nw-cards{align-items:stretch;display:flex;flex-wrap:wrap;gap:32px}.nw-card{display:flex;flex:1 1 100%;flex-direction:column}@media (min-width:640px){.nw-card{flex-basis:calc(50% - 16px)}}@media (min-width:1024px){.nw-card{flex-basis:calc(25% - 24px)}}.nw-card-img{display:block;height:auto;width:100%}.nw-card-title{font-weight:700;margin:16px 0 8px}.nw-card-body{line-height:1.6}.nw-card-body p{margin:0}.nw-card-body p+p{margin-top:8px}.nw-card-cta{align-items:center;border-bottom:1px solid transparent;color:#003445;display:inline-flex;font-weight:500;gap:8px;margin-top:auto;text-decoration:none}.nw-card-cta:focus,.nw-card-cta:hover{text-decoration:underline}.nw-cta-chev{display:inline-block;transition:transform .15s ease}.nw-card-cta:focus .nw-cta-chev,.nw-card-cta:hover .nw-cta-chev{transform:translateX(3px)}