.authorCard{border-radius:var(--border-radius-big);box-sizing:border-box;overflow:hidden;padding:20px}.authorCard,.authorCardLink{text-decoration:none}.authorCardLink:any-link{color:#000}.authorCard .imageWrapper{display:flex}.authorCard img{border-radius:50%;height:81px;margin:0 auto;object-fit:cover;width:81px}.authorCard h2{font-size:1.333rem;margin:1rem 0;text-align:center}.authorCard p{margin:0;text-align:center}@media (width < 960px){.authorCard{align-items:center;column-gap:1rem;display:flex}.authorCard h2{font-size:1.333rem;margin-top:0}.authorCard h2,.authorCard p{text-align:left}}@media (width < 577px){.authorCard{flex-direction:column}.authorCard h2{font-size:1.333rem!important;margin-top:1rem}}