﻿.mentor{
    width: 100%;
    height: 320px;
    margin-bottom: 10px;
    /*border: 1px solid #2a672d;*/
    border-radius: 8px;
}
.mentorImage{
    width: 67%;
    height: 320px;
    border: 1px solid #398bfb;
    border-radius: 8px;
    float: left;
}
.mentorImage >img{
    margin: 50px 50px 50px 40px;
}

.mentorTitle{
    font-size: 16px;
    margin: 10px 30px 20px 15px;
    font-weight: 700;
    line-height: 40px;
    border-bottom: 1px solid gainsboro;
}

.mentorDetail{
    margin: 10px 20px 20px 20px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid gainsboro;
}
.mentorDetail >h3 >a{
    text-decoration: none;
}
