.cards__intro{align-items:center;display:flex;margin-bottom:40px}.cards__intro>div:first-child{padding-right:80px;width:35%}.cards__intro>div:last-child{width:65%}.cards__intro h2{margin:0}.cards__container{display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;padding:16px}.card,.card__heading{display:flex;flex-direction:column;text-align:center}.card__heading{align-items:center;gap:8px;margin-bottom:16px}.card__heading h3{font-size:24px;line-height:30px;margin-bottom:0}.cards__intro p{margin:0}.card a{font-weight:700}.card a:hover path{stroke:var(--blue)}.card a:hover{color:var(--blue)}.card a:hover svg{transform:translateX(3px);transition:all .25s ease}.card a svg{left:2px;position:relative;top:1px;transition:all .25s ease}