.author-box{padding:20px;border-top:1px solid #eee;margin:30px 0;display:flex;column-gap:30px}@media (max-width:768px){.author-box{flex-wrap:wrap}}.author-box .author-avatar{max-width:200px;width:200px}@media (max-width:768px){.author-box .author-avatar{width:100%}}.author-box .author-avatar img{max-width:100%;height:auto}.author-box .author-content{width:calc(80% - 200px)}@media (max-width:768px){.author-box .author-content{width:100%}}.author-box .author-content .author-section{text-transform:uppercase;font-size:14px}.author-box .author-content .author-name{font-weight:700;font-size:20px;margin-bottom:5px}.author-box .author-content .author-description{font-size:14px;line-height:1.5em}