.authors_list {
    display: flex;
    flex-wrap: wrap;
}
.authors_list .author_container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: fit-content;
    width: 256px;
    margin: 24px 24px 0 0;
}
.authors_list .author_container::after {
    content: '';
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #d6d3d1;
    bottom: 0;
    left: 24px;
}
.authors_list .author_container .cover {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}
.authors_list .author_container .description {
    padding: 8px 0 12px 24px;
    box-sizing: border-box;
}
.authors_list .author_container .description .name {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.authors_list .author_container .description .regalia {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #78716c;
}
.person_container {
    font-family: Open Sans;
    display: flex;
    flex-direction: row;
    margin-top: 24px;
}
.person_container img.photo {
    width: 160px;
    height: 160px;
    margin-right: 24px;
    border-radius: 50%;
}
.person_container .info .name {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 8px;
}
.person_container .info .regalia {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
.person_container .info .lead {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.person_container .sub-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
.person_container .webinar_date {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-right: 12px;
}
.person_container .mark_container {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-left: 21px;
    box-sizing: border-box;
    margin-right: 6px;
}
.person_container .mark_container::before {
    position: absolute;
    width: 17px;
    height: 16px;
    left: 0;
    top: 2px;
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDUuOTkyMTdDMTcgNi4xNTQxMiAxNi45MTE2IDYuMzE2MTUgMTYuNzM0OCA2LjQ3ODFMMTMuMDI2MyA5Ljg3OTA3TDEzLjkwNDMgMTQuODE4NkMxMy45MTExIDE0LjgxODYgMTMuOTE0NSAxNC44OTk2IDEzLjkxNDUgMTQuOTgwNkMxMy45MTQ1IDE1LjE0MjYgMTMuODc3MSAxNS4yMjM1IDEzLjgwMjMgMTUuMzA0NEMxMy43MzQzIDE1LjM4NTQgMTMuNjMyMyAxNS40NjY0IDEzLjQ5NTUgMTUuNDY2NEMxMy4zNjYzIDE1LjQ2NjQgMTMuMjMwMiAxNS40NjY1IDEzLjA4NzUgMTUuMzg1NUw4LjUgMTMuMDM3MkwzLjkxMjg5IDE1LjM4NTVDMy43NjMwNCAxNS40NjY1IDMuNjI2NzggMTUuNDY2NCAzLjUwNDIxIDE1LjQ2NjRDMy4zNjExNiAxNS40NjY0IDMuMjUyMTkgMTUuMzg1NCAzLjE3NzMgMTUuMzA0NEMzLjEwOTEzIDE1LjIyMzUgMy4wNzUxMyAxNS4xNDI2IDMuMDc1MTMgMTQuOTgwNkMzLjA3NTEzIDE0Ljk4MDYgMy4wODE5MyAxNC44OTk2IDMuMDk1NTMgMTQuODE4NkwzLjk3NDE3IDkuODc5MDdMMC4yNTU0MjUgNi40NzgxQzAuMDg1MTY5OSA2LjMxNjE1IDAgNi4xNTQxMiAwIDUuOTkyMTdDMCA1Ljc0OTI0IDAuMTkwNzQgNS41ODcyOCAwLjU3MjEzNSA1LjU4NzI4TDUuNzAwNyA0Ljg1ODU4TDcuOTk5MzUgMC40MDQ4ODFDOC4xMjg1NSAwLjE2MTk1MyA4LjI5NiAwIDguNSAwQzguNzA0IDAgOC44NzE0NSAwLjE2MTk1MyA5LjAwMDY1IDAuNDA0ODgxTDExLjI5OTEgNC44NTg1OEwxNi40Mjc5IDUuNTg3MjhDMTYuODA5NiA1LjU4NzI4IDE3IDUuNzQ5MjQgMTcgNS45OTIxN1oiIGZpbGw9IiNGQ0QzNEQiLz4KPC9zdmc+Cg==);
}
.person_container a.comments {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.person_container .magazine {
    margin: 8px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.person_container .magazine_articles {
    position: relative;
    padding-bottom: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.person_container .magazine_articles::after {
    width: 160px;
    height: 1px;
    background-color: #D6D3D1;
    content: '';
}
.person_container .magazine_article {
    margin-bottom: 8px;
}
.person_container .magazine_article .link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/* max-width: 480px */
@media screen and (max-width: 48rem){
    .person_container {
        flex-direction: column;
    }
    .person_container .info .name {
        margin-top: 0px;
    }
}