.profile-photo {
    max-width: 275px;
    border-radius: 10px;
    box-shadow: 6px 6px 10px #333;
}

.col-border {
    border: 1px solid #555;
}

#mentorList.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
    margin-right: 10px;
}

#selExperience,
#selExperienceMonths {
    width: 32%;
}

#mentorDetails {
    min-height: 760px;
}

#mentorDetails hr {
    color: #F05B23;
    border-width: 2px;
    opacity: 0.85;
}

.mentor-contact i {
    font-size: 24px;
}