.author-box-wrapper{display:flex;flex-direction:column;gap:24px}.author-box-wrapper .author-box{display:flex;padding:32px;flex-direction:column;align-items:flex-start;gap:24px;border-top:4px solid #1a31ff;background:rgba(26,49,255,.05)}.author-box-wrapper .author-box p{margin:0}.author-box-wrapper .author-box__header{display:flex;justify-content:space-between;align-items:flex-start;align-self:stretch}.author-box-wrapper .author-box__header__inf{display:flex;align-items:center;gap:24px}.author-box-wrapper .author-box__header__inf img{width:80px;height:80px;aspect-ratio:1/1;border-radius:50%;object-fit:cover}@media (max-width:768px){.author-box-wrapper .author-box__header__inf{flex-direction:column;align-items:flex-start;gap:13px}}.author-box-wrapper .author-box__content{display:flex;flex-direction:column;gap:16px}@media (max-width:768px){.author-box-wrapper .author-box{padding:24px 20px}}