.authors-lg .authors {
    display: block;
    width: 100%;
}

.authors-lg .author {
    margin-right: 0;
    margin: 20px 0;
    align-items: flex-start;
}

.authors-lg .author .author-img {
    width: 120px;
    height: 120px;
    margin-right: 30px;
}

.authors-lg .author-det {
    flex-basis: calc((100%) - 150px);
}

.authors-lg .author .author-name {
    font-size: 20px;
    margin-bottom: 6px;
}

.authors-lg .author .author-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.authors-lg .author-bio {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 400;
    color: #606060;
}
