.puzzles{overflow:hidden;border-radius:.8rem}.puzzles__header{display:flex;margin-bottom:1.8rem}.puzzles__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(28rem, 1fr));gap:2.2rem;margin-top:1rem;margin-bottom:3rem}.puzzles .puzzle{overflow:hidden;text-decoration:none;display:flex;flex-direction:column;border-radius:.5rem .5rem 0 0;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out}.puzzles .puzzle:hover{box-shadow:0 4px 12px rgba(30,34,46,.08);transform:translateY(-4px)}.puzzles .puzzle__image{height:20rem;overflow:hidden}.puzzles .puzzle__image img{height:20rem;width:100%;object-fit:cover}.puzzles .puzzle__body{flex:1 1 auto;padding:1.2rem 1.5rem;border:1px solid #dbdfec;border-radius:0 0 .5rem .5rem}.puzzles .puzzle__title{font-weight:500;line-height:1.4;color:#333;font-size:1.8rem}@media screen and (max-width: 1024px){.puzzles__body{display:grid;grid-template-columns:repeat(auto-fill, minmax(28rem, 1fr));gap:1.5rem}}@media screen and (max-width: 768px){.puzzles{padding-left:.5rem;padding-right:.5rem}}
