.about-mentor{
    padding: 50px 0;
}
.about-mentor-heading h4{
   font-weight: 600;
    font-size: 28px;
    color: var(--textclr);
}
.about-mentor-description{
    width: 85%;
}
.about-mentor-description p {
    margin-top: 25px;
    font-size: 20px;
    line-height: 25px;
}
@media only screen and (max-width: 1012px){
    .about-mentor-description{
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .about-mentor-description p{
        font-size: 18px;
        line-height: 24px;
    }
}