.page-title-author{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    
}
.page-title-author img.thumbnail{
    max-height: 400px;
    margin:0;
    width:auto;
    height:auto;
    margin-left:30px;
}
.page-title-author div{
    text-align: left;
}
.core-style.white .page-title-author>div>h4.job-title{
    color: #ffcb82;
}
h4.author-name>a{
    border-top: 1px solid #ffcb82;
    border-bottom: 1px solid #ffcb82;
    display:inline-block;
    
    text-decoration: none!important;
    text-underline-position: unset!important; 
}
h4.author-name{
    padding: 0 0 15px;
}
h4.author-name>a:hover, h4.author-name>a:focus{
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}