.mentorBanner {
    background-image: url('/cisiweb2/image/cisi-mentor-scheme.jpg');
    background-position: bottom;
}

.introTxt {
    width: 50%;
    margin: 8% 0%;
}

.mentees {
    background: #2d8383;
    color: #ffffff;
    padding: 30px;
    margin-top: 20px;
}

.mentees h3 {
    color: white;
    margin-top: 0px;
}

.mentors {
    background: #4ea0a0;
    color: #ffffff;
    padding: 30px;
    margin-top: 20px;
}

.mentors h3 {
    color: rgb(255, 255, 255);
    margin-top: 0px;
}

.iconC {
    text-align: center;
    font-size: 60px;
    background: #2d8383;
    /*background: linear-gradient( 151deg, rgb(0 64 78) 0%, rgb(41 86 108) 56%, rgb(46 132 171) 81%, rgb(60 143 178) 100%);*/
    margin-bottom: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-head {
    text-align: center;
}

h3.icon-head {
    margin-top: 0px;
}

@media (max-width:600px) {
    .colOne {
        width: 100% !important;
        height: fit-content !important;
    }

    .introTxt {
        padding: 5px 15px;
        width: 100%;
        background-color: #eddbc3ba;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px)  {
    .mentorBanner {
        background-position: 57% bottom;
    }
}

