.author-card{display:flex;flex-direction:row;gap:15px;width:100%;cursor:pointer}@media(min-width:1024px){.author-card{width:33%}}.author-card .author-image img{width:120px;height:120px;object-fit:cover;display:block}.author-card .author-details{display:flex;flex-direction:column;justify-content:space-between}.author-card .author-details .author-header{display:flex;flex-direction:column;gap:4px}.author-card .author-details .author-header .name{font-family:LibreCaslon Condensed Regular,sans-serif;font-size:.875rem;line-height:normal;font-weight:500;color:#151515}@media(min-width:1024px){.author-card .author-details .author-header .name{font-size:1.125rem}}.author-card .author-details .author-header .type{font-family:Satoshi,sans-serif;font-size:.625rem;line-height:normal;font-weight:500;text-transform:uppercase;color:#151515}@media(min-width:1024px){.author-card .author-details .author-header .type{font-size:.75rem}}.author-card .author-details .description{font-family:Satoshi,sans-serif;font-size:.875rem;line-height:normal;font-weight:500;color:#151515;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}@media(min-width:1024px){.author-card .author-details .description{font-size:1rem}}.author-card .author-details .description p{margin:0}