.template_author {
    font-size: 18px;
    line-height: 1.9em;
}

.template_author .image_description {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 50px;
    width: 100%;
}

.template_author .description {
    overflow: hidden;
    margin-top: 20px;
}

.template_author .image {
    text-align: center;
}

.template_author .title_icons {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    padding-bottom: 0.1em;
}

.template_author .image_description img {
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
}

.template_author h1 {
    line-height: 1.1;
    margin-bottom: 5px;
}

body .template_author .social_profiles {
    display: inline-block;
    margin-bottom: -10px;
}

body .template_author .role {
    color: var(--text-gray-color);
    font-weight: 700;
}

body .social_profiles {
    font-size: 20px;
}

body .social_profiles a {
    border: 0;
    text-decoration: none;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    width: 1.8em;
    height: 1.8em;
    padding: 0.2em;
    text-align: center;
    margin-right: 5px;
    transition: color 0.2s ease;
    color: var(--text-color);
}

body .social_profiles a:hover {
    background-color: #eee;
    color: var(--link-color);
}

body .social_profiles .icon {
    margin-top: -0.5em;
}


@media ( max-width: 767px ) {

    .template_author .image_description img {
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }

    .template_author .social_profiles {
        margin-top: 10px;
    }

    .template_author .social_profiles a {
        float: none;
        display: inline-block;
    }

    .template_author .title_icons {
        text-align: inherit;
    }

}

.template_author > .breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
}

.template_author > .breadcrumbs > span {
    padding: 0 10px;
    font-weight: bold;
}

.template_author > .breadcrumbs > span:first-child {
    padding-left: 0;
}

.template_author > .breadcrumbs > span:last-child {
    padding-right: 0;
}

.template_author .expertise {
    margin: 5px 0;
    line-height: 1.6;
}

.template_author .expertise__title {
    margin: 0;
    display: inline-flex;
}

.template_author .expertise ul {
    list-style: none;
    margin: 0;
    text-align: left;
    display: inline-flex;
}

.template_author .expertise li {
    margin: 0;
    display: inline-flex;
    line-height: 1.6;
}
