.project-cards__wrapper{background:#000;padding:8rem 2rem}.project-cards{display:flex;flex-wrap:wrap;gap:3rem 2rem;justify-content:center}.project-card{background:#000;color:var(--white);display:flex;flex-direction:column;gap:2rem;width:calc(25% - 15px)}.project-card h2{color:var(--red);font-weight:700}@media (max-width:768px){.project-card{width:calc(33.3333% - 13.33333px)}}@media (max-width:599px){.project-card{width:calc(50% - 10px)}}.project-card:hover{color:var(--white)}.project-card svg{display:inline-block;margin-left:4px}.project-card svg path{transition:all .2s ease}.project-card:hover svg{animation:bounce 2s infinite}.project-card:hover svg path{fill:var(--white)}.project-card__image{aspect-ratio:279/191;overflow:hidden}.project-card__image img{height:100%!important;object-fit:cover;transition:all .2s ease;width:100%!important}.project-card:hover .project-card__image img{transform:scale(1.1)}@keyframes bounce{0%,30%,60%,80%{transform:translateX(0)}20%{transform:translateX(10px)}40%{transform:translateX(5px)}}