.mentores {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: flex;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;

}

.rowmentorone img {
    
    border-radius: 30px;
    max-height: 850px;
    
}
.rowmentortwo h1 {
    font-size: 2.5rem;

}

.rowmentortwo h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;

}

.rowmentortwo p {
    
    font-family: 'Lato', sans-serif;
    padding-top: 10px;
    line-height: 1.5;
    font-size: 1rem;
}

@media only screen and (max-width: 648px) { 
    .mentores {
        display: block;
        flex-direction: column;
    }

    .rowmentorone img { 
        max-width: 350px;
        display: block;
        margin-left: auto;
        margin-right: auto;        
    }
    
    .rowmentortwo {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

}

@media only screen and (min-width: 649px) { 
        .rowmentortwo {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    
    .rowmentorone img {
        padding-left: 20px;
    }
}

 