.project-card{background-color:#fff;border:1px solid rgb(233,233,233);border-radius:8px;padding:2rem 1.5rem;display:flex;flex-direction:column;max-width:350px;min-height:380px;box-shadow:0 0 #0000001a;transition:box-shadow .2s ease}.project-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.project-card__content{flex:1;display:flex;flex-direction:column;gap:.75rem;padding-bottom:4rem}.project-card h3.project-card__title{margin:0 0 .5rem;font-weight:900;font-size:20px;line-height:24px}.project-card p.project-card__organization{margin:0 0 .5rem;color:#767676;font-weight:400;font-size:14px;line-height:24px}.project-card p.project-card__location{margin:0;font-weight:700;font-style:Bold;font-size:14px;line-height:24px}.project-card__agenda{display:flex;align-items:center;gap:.625rem;padding-top:1.5rem;border-top:2px dotted #e5e7eb}.project-card__agenda-icon{width:32px;height:32px;display:inline-block;flex-shrink:0}.project-card__agenda-icon img{width:100%;height:100%;display:block;filter:invert(1) grayscale(1)}.project-card__agenda-icon svg{width:100%;height:100%;display:block;filter:invert(1) grayscale(1)}.project-card__agenda-name{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#1f2937;line-height:1.3}
