.lawyer-card-grid{display:flex;justify-content:center}.lawyer-card-grid__content{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);justify-content:center}.lawyer-card{--background-gradient:linear-gradient(0deg,#333,#444);align-items:stretch;aspect-ratio:3/4;background-image:var(--background-gradient);background-position:top;background-size:cover;border-radius:20px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;max-width:300px;padding:20px}:is(.lawyer-card__link:hover,.lawyer-card__link:focus,.lawyer-card__link:active) .lawyer-card{box-shadow:0 0 0 1000px hsla(0,0%,8%,.25) inset,0 0 0 6px var(--primary-blue) inset}.lawyer-card:not(:hover) .lawyer-card__body{visibility:hidden}@media screen and (max-width:720px){.lawyer-card{box-shadow:inset 0 0 0 1000px hsla(0,0%,8%,.25)}.lawyer-card:not(:hover) .lawyer-card__body{visibility:visible}}.lawyer-card__link,.lawyer-card__link:focus,.lawyer-card__link:hover{color:inherit;text-decoration:inherit}.lawyer-card__name{font-size:32px;font-style:italic;margin:10px 0}.lawyer-card__description{align-items:center;display:flex;font-size:20px;gap:14px}.lawyer-card__description svg{flex-shrink:0}.lawyer-card__description-text{display:flex;flex-direction:column;flex-grow:1;justify-content:center}@media screen and (max-width:500px){.lawyer-card-grid__content{gap:12px}.lawyer-card{padding:20px 8px}.lawyer-card__name{font-size:16px}.lawyer-card__description{gap:4px}.lawyer-card__description svg{height:16px;width:16px}.lawyer-card__description-text{font-size:12px}}