.project-card{display:flex;flex-direction:column;background-color:white;border-radius:12px;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 35px 0 rgba(0,0,0,.05);height:100%;margin:0 auto;overflow:hidden}.project-card-overlay-icon-image,.project-card-stat-icon{filter:brightness(0) saturate(100%) invert(37%) sepia(67%) saturate(2907%) hue-rotate(210deg) brightness(95%) contrast(89%)}.project-card-image-wrapper{position:relative;max-height:170px;overflow:hidden}.project-card-image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-card-image{position:relative}.project-card-overlay{position:absolute;bottom:-45px;left:0;right:0;width:80%;margin:0 auto;background-color:var(--color-secondary);color:black;border-radius:12px;padding:16px 24px;gap:16px}.project-card-overlay,.project-card-overlay-icon{display:flex;align-items:center;justify-content:center}.project-card-overlay-icon{background-color:white;border-radius:50%;width:44px;height:44px}.project-card-overlay-price-amount{font-weight:500;font-size:24px}.project-card-overlay-price-text{font-size:14px}.project-card-content{color:black;margin-top:40px;padding:36px 24px}.project-card-title{font-size:24px;font-weight:500;margin-bottom:8px}.project-card-description{font-size:16px;line-height:1.5;margin-bottom:24px}.project-card-stats{display:flex;align-items:center;gap:20px}.project-card-stat{display:flex;align-items:center;gap:8px}.project-card-button{display:flex;justify-content:center}