#works{margin:0 auto;min-height:calc(100vh - 4rem);width:100vw;max-width:60rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1rem}.worksTitle{margin:1rem 0;font-size:3rem}.worksDesc{font-weight:300;font-size:1rem;max-width:45rem}.workImgs{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-gap:1rem;gap:1rem;margin-top:50px}.workImg{width:100%;height:auto;margin:.5rem;object-fit:cover}.workBtn{margin:3rem 0;padding:.5rem 2.5rem;border:none;border-radius:2rem;background:#fff;font-size:1rem;cursor:pointer}@media screen and (max-width:585px){.workImg{height:48vw}}