.projects{background-color:#525063;padding:3rem 1rem}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;padding:1rem}.project-card{padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;border:3px solid #fff;border-radius:3rem;cursor:pointer;transition:.3s ease-in-out;width:100%}.project-card:hover{background:linear-gradient(109.6deg,#333533 11.2%,#403d39 91.1%);transform:translateY(-10px) scale(1.02);border:3px solid #fff}.project-card .img{width:60vw;height:auto;max-width:200px;border-radius:1rem}.project-card h3{font-size:2rem;font-weight:600;color:#fff;font-family:Spartan;background:linear-gradient(109.6deg,#d3989b 11.2%,#bc1b68 91.1%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.project-card p{color:#fff;font-size:1rem}.section-title{color:#fff;font-size:2.5rem;font-weight:700;font-family:Spartan;text-align:center;padding-bottom:30px;background:linear-gradient(109.6deg,#d3989b 11.2%,#bc1b68 91.1%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.img:hover{transform:translateY(-10px) scale(1.02);cursor:pointer}.img,.img:hover{transition:.3s ease-in-out}@media (max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.project-card .img{width:50vw}.section-title{font-size:2rem}.project-card h3{font-size:1.25rem}}@media (max-width:768px){.projects{padding:2rem 1rem}.projects-grid{grid-template-columns:1fr}.project-card .img{width:80vw}.section-title{font-size:2.5rem}.project-card h3{font-size:1.5rem}.project-card p{font-size:.9rem}}