.about-header h1 {
    font-size: 2.4em;
}
.team-card .author-detail {
    padding-right: 1em;
}
.team-card .author-about {
    padding-left: 1em;
}
.rev-card.team-card .author-detail {
    padding-left: 1em;
    padding-right: 0;
}
.rev-card.team-card .author-about {
    padding-right: 1em;
    padding-left: 0;
}
.team-card .author-detail:before {
    content: '';
    position: absolute;
    right: 0;
    background: #466052;
    width: 2px;
    height: 80%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.rev-card.team-card .author-detail:before {
    right: unset;
    left: 0;
}
.team-card .designation {
    color: #466052;
    font-size: 0.925em;
}
.advisory-lists .author-name {
    color: #3C3C3C;
    border-bottom: 1px solid #466052;
}
.advisory-lists .about-author {
    font-size: 0.8em;
}