.tarjetaprofe .datosprofe {
    display: flex;
    background-color: #CCCCCC;
}

.tarjetaprofe .datosprofe .imagenprofe{
    width: 20%;
    margin: 20px 5% 20px 5%;
}

.tarjetaprofe .datosprofe .contenidoprofe{
    width: 70%;
    margin: 20px 5% 20px 5%;
    border: 1px solid black;
    background-color: white;
}

.tarjetaprofe .datosprofe .contenidoprofe p {
    font-size: 15px;
    word-wrap: break-word;
}

@media (max-width: 920px) {
    .tarjetaprofe .datosprofe .imagenprofe{
        width: 25%;
    }
    
    .tarjetaprofe .datosprofe .contenidoprofe{
        width: 65%;
    }
}

@media (max-width: 850px) {
    .tarjetaprofe .datosprofe .imagenprofe{
        width: 33%;
    }
    
    .tarjetaprofe .datosprofe .contenidoprofe{
        width: 57%;
    }

    .zonaprofe p {
        font-size: 13px;
    }
}

@media (max-width: 700px) {
    .zonaprofe p {
        font-size: 12px;
    }

    .zonaprofe h1 {
        font-size: 18px;
    }

    .tarjetaprofe div h4 {
        font-size: 17px;
    }

    .tarjetaprofe .datosprofe{
        display: block;
        background-color: #CCCCCC;
    }

    .tarjetaprofe .datosprofe .imagenprofe{
        width: 30%;
        margin-left: 40%;
        border: 1px solid black;
    }
    
    .tarjetaprofe .datosprofe .contenidoprofe{
        width: 90%;
    }

    .tarjetaprofe .datosprofe .contenidoprofe p,  .tarjetaprofe .datosprofe .contenidoprofe div ul li{
        font-size: 11px;
    }

    
}

@media (max-width: 525px) {
    .zonaprofe p {
        font-size: 12px;
    }

    .zonaprofe h1 {
        font-size: 18px;
    }

    .tarjetaprofe div h4 {
        font-size: 12px;
    }

    .tarjetaprofe .datosprofe .imagenprofe{
        width: 50%;
        margin-left: 25%;
    }
}

@media (max-width: 420px) {
    .zonaprofe p {
        font-size: 10px;
    }

    .zonaprofe h1 {
        font-size: 16px;
    }

    .tarjetaprofe div h4 {
        font-size: 9px;
    }

}