.projects{display:flex;align-items:center;flex-direction:column;gap:20px;padding-right:5px;padding-bottom:20px;height:auto}.projects-title{font-size:1.75em;font-weight:700;color:#fff;text-align:center}.project-grid{width:100%;gap:20px;flex-wrap:wrap}.project-grid,.project-item{display:flex;justify-content:center}.project-item{width:400px;height:300px;background-color:#2b2b3a;border-radius:20px;border:5px solid #151524;box-shadow:5px 5px 15px #090918;cursor:pointer;flex-direction:column;align-items:center}.project-name{color:#dbdbdb;margin-bottom:0}.project-description,.project-name{font-weight:bolder;text-align:center}.project-description{color:#a9a9a9;margin-top:0;margin-bottom:5px}.project-image{width:175px;height:175px;object-fit:contain}