.practice-area-cards{max-width:100%;padding:0 20px;width:100%}.practice-area-cards .container{display:flex;flex-wrap:wrap;justify-content:space-between}.practice-area-cards .container:after{content:"";width:200px}.practice-area-cards .card__link{color:#43403d;display:inline-block;text-decoration:none;width:200px}.practice-area-cards .card{background-color:#ececed;border-radius:10px;height:200px;margin-bottom:20px;max-width:100%;padding:25px 22px 25px 25px;position:relative;transition:transform .25s ease-in,background-color .25s ease-in;width:200px}.practice-area-cards .card__link:hover .card{background-color:#43403dbf;color:#fff;padding:25px 5px 25px 20px;transform:scale(1.15)}.practice-area-cards .card .card__icon{height:20px;margin-bottom:6px;transition:all .25s ease-in;width:28px}.practice-area-cards .card__link:hover .card .card__icon{filter:invert(99%) sepia(5%) saturate(137%) hue-rotate(284deg) brightness(118%) contrast(100%);margin-top:8px;transform:scale(.87) translate(-2px)}.practice-area-cards .card .card__title{font-size:2.4rem;font-weight:300;line-height:2.8rem;transition:all .25s ease-in}.practice-area-cards .card__link:hover .card__title{font-size:2.6rem;letter-spacing:.6px;line-height:3.2rem;transform:scale(.87) translate(-12px)}.practice-area-cards .card .fa-solid{bottom:25px;font-size:1.3rem;left:25px;position:absolute}@media (max-width:767px){.practice-area-cards{height:700px;overflow-y:scroll}.practice-area-cards .container{justify-content:space-around}}