.support-cards{padding:8px 0;max-width:90%;margin:80px auto}.support-cards__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}@media (min-width:900px){.support-cards__grid{grid-template-columns:repeat(3,1fr)}}.support-card{border:2px solid #5a2aa6;border-radius:22px;padding:30px;background:#fff}.support-card.is-alt{background:#efebf5}.support-card__icon{width:60px;height:60px;margin-bottom:14px;display:flex;align-items:center}.support-card__icon img{max-width:56px;max-height:56px;width:auto;height:auto;display:block}.support-card__title{margin:0 0 10px;font-weight:900;color:#000}.support-card__text{margin:0;font-size:18px;line-height:28.8px}.support-card-link{display:block;text-decoration:none;color:inherit}.support-card-link:focus-visible{outline:3px solid #5a2aa6;outline-offset:4px;border-radius:24px}@media (hover:hover){.support-card-link{transition:transform .18s ease,box-shadow .18s ease;will-change:transform}.support-card-link:hover{transform:scale(1.015)}.support-card-link:hover .support-card{box-shadow:0 22px 50px rgba(0,0,0,.14),0 8px 20px rgba(0,0,0,.10)}.support-card-link:hover .support-card__text{color:#000}}@media (min-width:900px){.support-cards__grid{grid-template-columns:repeat(3,1fr);gap:26px}}@media (max-width:768px){.support-cards{margin-bottom:0}.support-card{padding:20px}.support-card__text{font-size:16px}.support-card__icon{width:40px;height:40px}.support-cards__grid{grid-template-columns:repeat(1,1fr)}}