.memory-list{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:2rem;place-items:center}.memory-list__item{width:100%;height:100%;max-width:400px}.memory-list__item-link:hover div{text-decoration:underline}.memory-list__item-article{width:100%;height:100%}.memory-list__item-link{width:100%;height:100%;max-width:400px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;border-bottom:2px solid #000}.memory-list__item-date{margin-bottom:.5rem;font-size:.813rem;line-height:1.125rem;color:#464646}.memory-list__title-block{display:flex;flex-direction:column;gap:8px;cursor:pointer}.memory-list__title-image{width:100%;object-fit:cover}.memory-list__title-text{font-size:1.25rem;line-height:1.5rem;color:#000}@media (max-width:62rem){.memory-list{grid-template-columns:repeat(auto-fill,minmax(288px,1fr))}.memory-list__item,.memory-list__item-link{max-width:100%}}@media (max-width:30rem){.memory-list__title-image{width:100%}}