.article-author{display:inline-flex;align-items:center;flex:1 0 44%;gap:20px;margin-top:30px}.author-photo{flex:0 0 80px;width:80px;height:80px;border-radius:50%}.author-info{display:flex;width:100%;justify-content:space-between;gap:20px;flex-wrap:wrap}.article-authors{display:flex;flex-wrap:wrap;gap:30px 50px;justify-content:space-between}.author-info-wrap{display:flex;gap:40px}.author-info-wrap>*{position:relative}.author-info-wrap>*:not(:last-child)::after{content:"";position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:3px;height:3px;background-color:#000}.author-name{font-size:18px;font-weight:700}@media (max-width:48em){.author-photo{flex:0 0 60px;width:60px;height:60px}}