/*!
Theme Name: Fast offshore
Author: IS
*/
.sidebar__expert {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}
.sidebar__expert_photo {
	width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--secondary-200);
    margin: 0 auto;
}
.sidebar__expert_photo img {
	width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%;
}
.sidebar__expert_name, a .sidebar__expert_name {
	text-decoration: none;
	font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;

}
.sidebar__expert_position, a .sidebar__expert_position {
	font-size: 16px;
	font-weight: 500;
    line-height: 1.5;
    color: #00386c;
    opacity: .8;
    text-decoration: none;
}
.sidebar__expert_link {
	text-decoration: none;
}