.list-of-authors-wrapper{margin:auto auto 20px;max-width:1280px}.list-of-authors-title{margin-bottom:48px}.list-of-authors-cards-grid{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.list-of-authors-card{background:#f4f4f4;padding:40px 20px;text-align:center;transition:background .3s ease}.list-of-authors-card:hover{background:#fbf6ea}.list-of-authors-card-img{border-radius:50%;height:128px;margin-bottom:20px;object-fit:cover;width:128px}.list-of-authors-card h2{color:#2d2d2d;font-size:1.5rem;margin:0}.list-of-authors-card p{color:#6b6b6b;font-size:1rem;margin:8px 0 20px}.list-of-authors-social-icons{display:flex;gap:16px;justify-content:center}.list-of-authors-social-icons img{height:16px;width:16px}.list-of-authors-social-icons a{color:#2d2d2d;font-size:1.2rem;transition:color .3s}.list-of-authors-social-icons a:hover{color:#0073b1}