@charset "UTF-8";html{font-size:16px}img{width:100%;height:100%}.hover-img{overflow:hidden;width:100%;height:100%}.hover-img img{transition:.3s}a:has(.hover-img):hover img{transform:scale(1.1);transition:.3s}footer{width:100%;background-color:#deb887;text-align:center;padding:1rem 0}.container{min-height:100vh;padding:0 5vw}.wrapper{max-width:1200px;margin:0 auto}.production-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.production-list li a{display:flex;align-items:center;gap:2rem;padding:1rem;border-radius:999px;background-color:#faebd7}.production-img{width:100px;height:100px;border-radius:999px;overflow:hidden}.production-img img{object-fit:cover}