<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
 .col-xs-6{
   padding-bottom: 30px;
}

  .team-member-info{
    text-align: left;
    margin-top:10px;
  }


.team-member-info h2{
    text-transform: uppercase;
    font-size: 32px;
    margin-top: -5px;
}
.team-member-info p.role{
    font-size: 18px;
    margin: 25px 0;
}
.team-member-info p{
    font-size: 14px;
}
.team-member-photo img{
    margin-bottom: 20px;
    width:100%;
    height:100%;
    border-radius: 50%;

}

</pre></body></html>