.blog-list{display:grid;grid-template-columns:repeat(3,1fr);gap:80px}@media screen and (max-width: 1080px){.blog-list{gap:40px}}@media screen and (max-width: 896px){.blog-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 640px){.blog-list{max-width:420px;margin-inline:auto;grid-template-columns:repeat(1,1fr)}}.blog-list__item a{display:block;transition:opacity .2s ease-in-out}.blog-list__item a:focus-visible{opacity:.7}@media (any-hover: hover){.blog-list__item a:hover{opacity:.7}}.blog-list__item h2{font-size:1rem;font-weight:700;margin-top:1em}.blog-list__item .thumbnail{aspect-ratio:2/1;overflow:hidden}.blog-list__item img{width:100%;height:100%;object-fit:cover}.blog-list__item time{margin-top:.6em}
