.academy-mentorship{


    padding:90px 20px;


    background:#fff;


}



.mentorship-container{


    max-width:1180px;


    margin:auto;


}




.mentorship-heading{


    max-width:800px;


    margin:auto;


    text-align:center;


}



.mentorship-heading h2{


    margin-top:20px;


    font-size:44px;


    color:#4d0000;


    font-weight:900;


}



.mentorship-heading p{


    color:#777;


    font-size:17px;


    line-height:1.7;


}





.mentorship-grid{


    margin-top:55px;


    display:grid;


    grid-template-columns:380px 1fr;


    gap:35px;


    align-items:start;


}





.mentor-main-card{


    background:

    linear-gradient(

    145deg,

    #650000,

    #920000

    );


    color:white;


    padding:40px 30px;


    border-radius:30px;


    text-align:center;


}





.mentor-avatar{


    width:90px;


    height:90px;


    margin:auto;


    display:flex;


    align-items:center;


    justify-content:center;


    border-radius:50%;


    background:#fff;


    color:#650000;


    font-size:32px;


    font-weight:900;


}




.mentor-main-card h3{


    margin-top:20px;


    font-size:28px;


}



.mentor-main-card h4{


    color:#ffd86b;


}



.mentor-main-card p{


    margin-top:20px;


    line-height:1.7;


}



.mentor-btn{


    display:inline-block;


    margin-top:25px;


    background:white;


    color:#650000;


    padding:12px 25px;


    border-radius:30px;


    text-decoration:none;


    font-weight:900;


}





.mentor-features{


    display:flex;


    flex-direction:column;


    gap:20px;


}




.mentor-feature-card{


    display:flex;


    gap:20px;


    padding:25px;


    background:#fffaf2;


    border:1px solid #eadfc8;


    border-radius:22px;


}




.feature-icon{


    font-size:35px;


}



.mentor-feature-card h3{


    margin:0;


    color:#650000;


    font-size:20px;


}



.mentor-feature-card p{


    margin-top:8px;


    color:#666;


    font-size:14px;


}




.mentorship-journey{


    margin-top:60px;


    text-align:center;


}



.mentorship-journey h3{


    color:#4d0000;


    font-size:30px;


}




.journey-flow{


    margin-top:30px;


    display:flex;


    justify-content:center;


    align-items:center;


    gap:20px;


    flex-wrap:wrap;


}



.journey-flow div{


    padding:18px 30px;


    background:#650000;


    color:white;


    border-radius:30px;


    font-weight:900;


}



.journey-flow span{


    color:#d4af37;


    font-size:25px;


    font-weight:900;


}





@media(max-width:900px){


.mentorship-grid{


grid-template-columns:1fr;


}



.journey-flow span{


display:none;


}


}