.nw-cards{align-items:stretch;display:flex;flex-wrap:wrap;gap:32px}.nw-card{border:1.5px solid #000;border-radius:4px;display:flex;flex:1 1 100%;flex-direction:column;padding-bottom:24px}@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 16px 8px}.nw-card-body{line-height:1.6;padding:0 16px}.nw-card-body p{margin:0}.nw-card-body p+p{margin-top:8px}.nw-card-cta{align-items:center;background:#003445;border:1.5px solid #003445;border-radius:999px;color:#fff!important;display:inline-flex;font-weight:500;gap:8px;margin:auto 16px 32px;padding:10px 20px;text-decoration:none;width:fit-content}.nw-card-cta:focus,.nw-card-cta:hover{text-decoration:underline}.nw-cta-chev{display:inline-block;font-style:normal;transition:transform .15s ease}.nw-card-cta:focus .nw-cta-chev,.nw-card-cta:hover .nw-cta-chev{transform:translateX(3px)}