.team-area section,
.team-member section{
    margin-bottom: 30px;
}
.team-member .col-16{
    width:150px;
}
.team-member .col-83{
    width:calc(100% - 150px);
}
.team-member-excerpt p:first-child{
    margin-top:0px;
}
.team-member-image-area a{
    display: block;
    border: none !important;
    height: 120px;
    width: 120px;
    margin-right: 10px;
    display: block;
    box-shadow: rgb(0 0 0 / 25%) 0 6px 6px -6px;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
}
.team-member.no-image .team-member-image{
    display:none;
}
.team-member-image-area a img,
.team-member-entry .team-member-image img{
    width:100%;
}

.team-member{
    margin-bottom: 15px;
}

.team-member-content h3{
    margin-bottom: 0 !important;
}
.team-member-content p{
    margin-bottom: 0;
}
.team-member-entry .team-member-image{
    float: right;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 35px;
    max-width: 40%;
}
.team-member-entry .team-member-image img{
    display: block;
}
.team-member-entry .team-member-image .image-caption{
    display: block;
}

.team-member-entry .team-member-image::before{
    content: '';
    display: block;
    position: absolute;
    top: -24px;
    left: -22px;
    height: 48px;
    width: 48px;
    background-image: url(/wp-content/themes/dz/images/bio.svg);
}

.team-member-statement{
    font-weight: bold;
    color: #F8A41F;
    font-style: italic;
    font-size: 23px;
    line-height: 1.4em;
}
.team-member-statement sup{
    font-size: 23px;
    bottom: 0.1ex;
}
