.services-cards{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-evenly;padding:24px}.services-cards .card{background:var(--white);border:1px solid var(--blue);border-radius:8px;color:var(--black);font-family:Plus Jakarta Sans;max-width:500px;min-width:320px}.services-cards .card .top-section{padding:60px 70px 30px}.services-cards.dark .card{background:var(--blue);color:var(--white)}.services-cards .card .eyebrow{font-size:.85em;font-weight:500;margin-bottom:12px;opacity:70%}.services-cards .card h5{color:var(--black);font-size:1.5em;font-weight:500}.services-cards.dark .card h5{color:var(--white)}.services-cards .card .body-text{line-height:1.4;margin-top:16px}.services-cards .card .button-flat{margin-top:24px}.services-cards .card .feature-wrapper{align-items:center;display:flex;justify-content:center}.services-cards .card .feature-wrapper img{border-bottom-left-radius:7px;border-bottom-right-radius:7px}