.co-authors-top-block {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
   margin: 40px 0px;
}

.co-authors-top__item {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}

.co-authors-top-author_img img {
    border-radius: 50%;
    width: 46px;
}

.co-authors-top-author_img,
.co-authors-top-author_info,
.co-authors-top-info_name,
.co-authors-top-info_position {
    display: inline-block;
}

.co-authors-top-info_name,
.co-authors-top-info_position {
    width: 100%;
}

.co-authors-top-author_info {
    margin-left: 17px;
}

.co-authors-top-info_name {
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
}

.co-authors-top-info_position {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.co-author-bottom__item {
    margin-bottom:  24px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.co-author-name {
    font-weight: 700;
}