.memory-book-page{width:100%;min-height:calc(100vh - 160px);display:flex;flex-direction:column;align-items:center}.memory-book-page .container{width:100%}.memory-book-page-title{margin-bottom:3.75rem}.memory-book-page-list{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px;background-color:#f6f6f6;padding:24px 24px 16px;margin-bottom:2rem}.memory-book-page-list button{width:50%;justify-content:center}@media (max-width:62rem){.memory-book-page-title{margin-bottom:2rem}}@media (max-width:32rem){.memory-book-page-list{grid-template-columns:1fr}.memory-book-page-list button{font-size:.813rem;line-height:1.125rem}}