.executive-section{
    background-color:#f3f0ea;
}
.executive-team-item{
  display:flex;
  justify-content: space-between;
  margin-bottom: 12px;
  align-items: center;
}
.executive-team-item .content-title {
    line-height: 35px;
    color: #000;
    font-weight: 600;
    font-size: 25px;
    margin:0 0 5px;
    padding: 0px;
}
.executive-team-item p {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI';
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
.executive-team-item p.dr-name {
font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  padding: 0;
  margin: 0 0 3px;
}
.executive-team-item a{
    color: #3c3d38;
}
