*{box-sizing:border-box}.project_card{display:grid;grid-template-areas:"Image" "Title" "Description";grid-template-rows:10fr 2fr 6fr;max-height:clamp(430px,(430px + (50) * (100vw - 950px) / 970),480px);padding:0;border-radius:28px;justify-items:center;align-items:center;background:#4e4e4e55;transition:.2s;position:relative}.project_card:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.15) 90%);border-radius:28px;pointer-events:none;z-index:1}.project_card:hover{background:#91919144;cursor:pointer;transform:scale(1.01)}.project_card .project_card_logo{pointer-events:none;display:flex;justify-content:center;align-items:center;grid-area:Image;overflow:hidden;border-radius:28px 28px 0 0;width:100%;height:100%}.project_card .project_card_logo img{height:80%;border-radius:50%}.project_card .project_card_title{grid-area:Title;font-size:32px;margin:4px 0 0;text-shadow:1px 1px 10px rgba(0,0,0,.05)}.project_card .project_card_description{grid-area:Description;line-height:1.3;display:inline;align-self:start;color:#e9e9e9;font-size:16px;margin-top:6px;padding:0 18px;text-align:center;text-shadow:1px 1px 10px rgba(0,0,0,.1)}.main_content_projects .main_projects{display:grid;grid-template-columns:repeat(auto-fill,minmax(325px,1fr));gap:32px;padding:24px 32px}.main_content_projects .big_projects,.main_content_projects .medium_projects{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px;padding:24px 32px}
