.title{margin:1rem;font-size:2rem}.paging{display:flex;justify-content:center}@media screen and (min-width:1024px){.paging{justify-content:start}}.paging a{background-color:#5e17eb;color:#fff;font-weight:700;padding:.6rem;border-radius:20px;margin:.5rem}.author_warpper{display:flex;justify-content:center;width:100%}.author_grid{display:grid;grid-template-columns:50% 50%;grid-gap:10px;gap:10px;width:90%}@media screen and (min-width:1024px){.author_grid{display:grid;grid-template-columns:repeat(auto-fill,150px);grid-gap:10px}}.author_card{display:grid;grid-template-rows:90% 10%}.author_card_thumbnail img{width:100%;height:100%;object-fit:cover}.author_card_name{font-size:1.1rem;font-weight:700;padding-top:.2rem}