

.Mentor_Team{
    margin: 0 60px 0 65px;
    text-align: center;
    display: flex;
    display: -ms-flexbox;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    justify-content: start;
    -ms-flex-pack: start;
}
/*Mentor*/
.Mentor{
    display: inline-block;
    width: 30.5%;
    padding: 0.8rem;
    margin: 0.75rem;
    background:rgba(255,255,255,1);
    border:1px solid rgba(243, 246, 251, 1);
    border-radius:5px;

    /*box-shadow:0px 5px 6px 1px rgba(67,95,148,0.14);*/
    /*opacity:0.5;*/
}
.Mentor_top{
    width: 100%;
    background:rgba(245,245,245,1);
    padding-bottom: 1.3rem;
}
.Mentor_top>span{
    display: inline-block;
    width: 40%;
    margin-top: 0.85rem;
}
.Mentor_top>span img{
    max-width: 100%;
}
.Mentor_top>h3{
    font-size:1.1rem;
    font-weight:400;
    color:rgba(0,0,0,1);
    margin: 0.6rem 0 1.3rem;
}
.Mentor_top>p{
    font-size:12px;
    line-height: 12px;
    margin-bottom: 0.6rem;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.Mentor_bot{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;

    -ms-flex-pack: center;
    justify-content: center;
}
.Mentor_bot>p{
    width: 100%;
    display: inline-block;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    height: 2.25rem;
    text-align: left;
    font-size:12px;
    padding: 1.7rem 0 0.9rem;
    font-weight:400;
    color:rgba(153,153,153,1);
    box-sizing: content-box;
}
.Mentor_bot>div{
    display: none;

}
.Mentor_bot>div a{
    display: inline-block;
    margin: 1.8rem 0 1rem;
    width:6rem;
    height:2rem;
    line-height: 2rem;
    border:1px solid rgba(238,238,238,1);
    border-radius:5px;

    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.Mentor_bot>div a:first-child{
    margin-right: 0.5rem;
    background:rgba(54,153,255,1);
    color:rgba(255,255,255,1);
    border:1px solid rgba(54,153,255,1);
}

.Mentor:hover{
    box-shadow: 0px 15px 8px -10px rgba(75, 75, 75, 0.1);
}
.Mentor:hover .Mentor_bot>p{
    display: none;
}
.Mentor:hover .Mentor_bot>div{
    display: flex;
    display: -ms-flexbox;
}
.Mentor_bot>div a:first-child:hover{
    background:rgba(0,87,255,1);
}
.Mentor_top>h3:hover{
    color: #0057FF;
}

