.mentorsContainer .Mentors{
    color: #000;
}
.mentormobile{
    display: block;
}
.laptop{
    display: none;
}
.mentorContant{
    padding: 5rem 2rem 4rem 2rem;
}
.largeimg{
    width: 100%;
}
.mentorLeft{
    width: 100%;
}
.mentorLeft h1{
    display: none;
    font-size: 24px;
    font-weight: 800;
    text-align: left;
 
}
.improphone{
    display: block;
}
.impro h2{
font-size: 15px;
font-weight: 800;

}
.impro p{
    font-size: 13px;
    font-weight: 400;
    
    }
    .impro span{
        font-size: 10px;
        font-weight: 400;
        color: rgba(139, 139, 139, 0.8);

        }
        .impro{
            width: 100%;
            background: rgba(255, 255, 255, 1);
           padding: 1rem;
        }
.menImg{
    display: flex;
    flex-direction:column;
    gap: 1rem;
}
.menImg img{
    width: 271px;
    height: 349px;
}
.menImgCont h2{
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.mentorContant p{
    font-size: 13px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;   
}
.mentorContant span{
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    text-align: left;
    
}
.menApp{
    background: rgba(151, 71, 255, 0.08);
    padding: 1.5rem;
}
.metpara p{
    text-align: justify;
    line-height: 21.94px;
}
.mentorBox{
    background-repeat: no-repeat;
    background-size: 100%;
    height: 210px;
    border-radius: 14px;
    object-fit:cover ;
    background-color: rgb(255, 255, 255);
    color: #fff;

}
.achi-con{
    width: 100%;
    height: 220px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 53.1px 0px rgba(0, 0, 0, 0.18);

    
}
.achi-con h4{
    color:  #984EC6 ;
    font-size: 48px;
    font-weight: 800;
}
.mentorRight{
    position: relative;
    width: 30%;
    display: none;
 
}
.mentorRightBox.fixed{
    position:fixed;
    top: 7rem;
    width: 20%;
    bottom: 3rem;
    z-index: 1000;
    height: 376px;
    background: rgba(245, 245, 245, 1);
    border-top: 3px solid rgba(151, 71, 255, 1)
}
.mentorRightBox{
    height: 376px;
    background-color: rgba(245, 245, 245, 1);
    border-top: 3px solid rgba(151, 71, 255, 1)
}
.mentorRightBox h3{
    font-size: 18px;
    font-weight: 700;   
}
.mentorRightBox span,a{
    color: rgba(113, 113, 113, 1);
    font-size: 14px;
    font-weight: 400;
}
.mentorRightBox a{
    text-decoration: underline;
}
@media screen and (min-width: 1020px) {
    .mentorsContainer .Mentors{
        color: #000;
    }
    .mentormobile{
        display: none;
    }
    .laptop{
        display: block;
    }
    .improphone{
        display: none;
    }
    .mentorContant{
        padding: 9rem 2rem 8rem 2rem;
    }
    .largeimg{
        width: 400px;
    }
    .mentorLeft{
        width: 70%;
    }
    .mentorLeft h1{
       display: flex;
        font-size: 24px;
        font-weight: 800;
        text-align: left;
     
    }
    .menImg{
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
    .menImg img{
        width: 271px;
        height: 349px;
    }
    .menImgCont h2{
        font-size: 16px;
        font-weight: 700;
        text-align: left;
    }
    .mentorContant p{
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        text-align: left;   
    }
    .mentorContant span{
        font-size: 12px;
        font-weight: 700;
        line-height: 14.52px;
        text-align: left;
        
    }
    .menApp{
        background: rgba(151, 71, 255, 0.08);
        padding: 1.5rem;
    }
    .metpara p{
        text-align: justify;
        line-height: 21.94px;
    }
    .mentorBox{
        background-repeat: no-repeat;
        background-size: 100%;
        height: 210px;
        border-radius: 14px;
        object-fit:cover ;
        background-color: rgb(255, 255, 255);
        color: #fff;
    
    }
    .achi-con{
        width: 191px;
        height: 220px;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.14);
        box-shadow: 0px 4px 53.1px 0px rgba(0, 0, 0, 0.18);
    
        
    }
    .achi-con h4{
        color:  #984EC6 ;
        font-size: 48px;
        font-weight: 800;
    }
    .mentorRight{
        position: relative;
        width: 30%;
        display: block;
    }
    .mentorRightBox.fixed{
        position:fixed;
        top: 7rem;
        width: 20%;
        bottom: 3rem;
        z-index: 1000;
        height: 376px;
        background: rgba(245, 245, 245, 1);
        border-top: 3px solid rgba(151, 71, 255, 1)
    }
    .mentorRightBox{
        height: 376px;
        background: rgba(245, 245, 245, 1);
        border-top: 3px solid rgba(151, 71, 255, 1)
    }
    .mentorRightBox h3{
        font-size: 18px;
        font-weight: 700;   
    }
    .mentorRightBox span,a{
        color: rgba(113, 113, 113, 1);
        font-size: 14px;
        font-weight: 400;
    }
    .mentorRightBox a{
        text-decoration: underline;
    } 
}