.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(500px,1fr))}.card{border:var(--border);border-radius:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:space-between;overflow:hidden}.card>div{padding:24px}.card>img{border-bottom-right-radius:16px;border-top-right-radius:16px;height:100%;object-fit:cover;width:100%}.card__heading{align-items:flex-start;gap:16px;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}.box-shadow.card.no-img{display:flex;flex-direction:column;padding:24px}.box-shadow.card.no-img>div{padding:0}