/************** team block*****************/
.team{
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        margin-bottom: 35px;
    }

    .team:hover {
        box-shadow: -0.698px 9.976px 20px 0px rgba(0, 0, 0, 0.06);
        /* border: 1px solid #ffffff; */
    }

    .team a {
        display: block;
    }
    .team .header {
        width: 100%;
        min-height: 120px;
        background-color: rgb(224, 239, 232);
        border-radius: 10px 10px 0 0;
        padding: 30px 30px;
        font-size: 22px;
        color: #333333;
        line-height: 1.545;
        box-sizing: border-box;
        display:table;
    }
.team .header p.text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    font-size: 20px;
    line-height: 1.545;
}

    .team .content-main {
        width: 100%;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        min-height: 160px;
        border: 1px solid rgb(245, 245, 245);
        border-top: none;
        border-radius: 0px 0px 10px 10px;
        box-sizing: border-box;

    }
    .team .content-main  .row {
    display: contents;
}
    .team .content-main .img {
      text-align:center;
    }
    .team .content-main .img img{
        border-radius: 50%;
        max-height:160px;
    }

    .team .content-main .teamtext {
        padding-left:10px;
        font-size: 16px;
        line-height: 1.875;
    }

    .team .content-main .teamtext p.tleader {
        color: #666666;
    }

    .team .content-main .teamtext p.tmember {
        color: #000000;
    }
/************* research node ************/
.teamhead {
    width: 100%;
    padding: 30px 35px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgb(224, 239, 232);
    display: flex;
    align-items: center;
}
.teamhead .row {
    display: contents;
}
.t-pic{
  text-align:center;
}
.t-pic img{
   border-radius: 50%;
   max-width:250px;
       width: 100%;
}
.t-info{
  font-size: 22px;
  color: #199959;
}
.t-info h1{
    font-size: 2em;
    margin-bottom: 25px;
    font-weight: bold;
}
.t-info span{
  margin-right: 25px;
}
.pageteam {
    padding: 3%;
}
.pageteam h3 {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 25px;
}
.pageteam h3 em {
    font-size: 1.2em;
    color: #199959;
    margin-right: 15px;
    font-style: normal;
}
.pageteam h3:after {
    flex: 1;
    height: 1px;
    background-color: rgb(220, 220, 220);
    content:"";
}

@media (max-width: 992px){
.teamhead .row, .team .content-main .row{
    display: initial;
}
.t-info{
  text-align:center;
  margin-top:30px;
}
}
@media (max-width: 480px){
.t-info span{
  display:block;
  margin-bottom:10px;
}
}