.feed-header{border-top:1px solid #e4e4e4;padding-top:30px}.projects-grid{display:grid;gap:5%;grid-template-columns:1fr 1fr 1fr;margin-left:auto;margin-right:auto;max-width:1800px;padding:10px 0 0}.projects-grid a{background:#fff;border-radius:10px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);bxo-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;transition:transform .2s ease;width:100%}.projects-grid a:hover{box-shadow:0 12px 28px hsla(210,8%,62%,.35);transform:translateY(-4px)}.projects-grid a:hover img{transform:scale(1.04)}.projects-grid a:hover .card-service-tags .tag-pill,.projects-grid a:hover h3{color:#f67b18;transition:.2s ease}.projects-grid img{aspect-ratio:19/11;display:block;height:auto;margin:0 auto;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.4,1);width:100%}.project-content{background:transparent;flex-grow:1;padding:20px;position:relative;z-index:2}.client-label{color:#42bfc0;font-size:12px;font-weight:700;margin-bottom:5px;text-transform:uppercase}.project-content h3{flex-grow:1;font-size:25px;line-height:32px;margin-bottom:15px}.card-service-tags .tag-pill{border:1px solid #ddd;border-radius:60px;color:#484747;font-size:12px;font-weight:500;margin-right:5px;padding:4px 10px}@media (max-width:1188px){.projects-grid{gap:20px;grid-template-columns:1fr}}