.menu__text-logo {
  display: none!important;
}

.teamRow-table
{
    margin-left:auto;
    margin-right:auto; 
    width:70%;
}

.teamRow-table td
{
    padding-left:20px;
}

.teamRow-heading
{
color: #ac9167 !important;
font-family: "Futura B" !important;
font-size: 48px !important;
text-align: center !important;
}

.teamRow-image
{
    width:250px !important;
    height: 250px !important;
    border-radius: 50% !important;
    border:1px;
}

.teamRow-name
{
color: #ac9167;
font-family: "Futura B";
font-size: 36px;
text-align: left;
}

.teamRow-description
{
color: #000000;
font-family: "Futura B";
font-size: 24px;
text-align: left;
vertical-align: top;
}



