/*team and advisory*/
.team-header
    {
         height: 150px;
    line-height: 150px;
    text-align: center;
    color: #00264a;
    background: #bb7d54;
    margin: 0px;
    }
 	.t-d
 	{
 		margin: 50px 0px;
        display: flex;
        justify-content: center;
        flex-direction: row;
 	}
 	.t-d .info
    {
      margin:40px 20px  0px ;
    }
    .info p
   {

    font-size: 20px;
    font-weight: 500;
   margin:0px;
   }
    .info h5
    {
        font-size: 20px;
       font-weight: bold;
    }
    .inner
    {
        display: flex;
        width:550px;
    }
  
  @media (max-width: 576px)
  {

    .inner{
        flex-direction:column;
        justify-content: center;
        align-items: center;

    }
    .t-d .info
    {
        padding: 10px;
        margin:20px 0px ;
    }
     .inner
     {
        width: 95%;
     }
  }
