.team-list{

}

.team-list .box{

    border: solid 1px #e4e4e4;
    border-radius: 40px ;
    overflow: hidden;
    min-height: 575px;
}
.team-list .img{
    width: 100%;
    height: 196px;
    background-size: cover;
    margin-bottom: 30px;
}

.team-list .article{
    padding: 10px 13px;
    display: inline-block;
    border-radius: 21px;
    text-transform: uppercase;
    background-color: #505FA0;
    border: 1px solid transparent;
    color: white;
    margin-right: 1em;

    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 28px;
    margin-bottom: 30px;
}


.team-list .header{
    font-size: 19px;
    color: #1D1D1B;
    font-weight: 500;
    display: inline-block;
    margin-left: 28px;
    margin-bottom: 30px;
}
.team-list .body{
    font-size: 16px;
    color: #1D1D1B;
    margin-left: 28px;
    margin-bottom: 20px;
}

.team-list .body p{
    padding-bottom: 10px;
}


.team-list .sign{
    color: #505FA0;
    font-size: 13px;
    font-weight: bold;
    margin-left: 28px;
    margin-bottom: 30px;
}