.section-eventos{
    background-color: rgb(251 251 251);
    padding: 50px 60px;

}
.section-eventos h2{
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #aa814d;
    text-align: center;

}
.section-eventos .contenedor{
    max-width: 650px;
    width: 100%;
    border-bottom: 3px solid  #aa814d;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.section-eventos .contenedor .cargo{
 font-size: 13px;
 line-height: 13px;
}
.section-eventos .contenedor a{
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
   }
.section-eventos .contenedor h3{
    color: #2a2a2a;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
}  
.section-eventos .contenedor .col-p2 h4 {
    font-size: 19.3px;
    line-height: 20px;
    text-align: center;
}
.section-eventos .contenedor .col-p2 h3 {
    font-size: 28px;
    line-height: 28px;
    color: #4c4c4c;
    text-align: center;
}
.section-eventos .col-p1{
    width: 100%;
    max-width: 160px;
    text-align: center;
    margin-right: 25px;
}

.section-eventos .col-p2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.section-eventos .img-docente{
    border-radius: 80px;
    width: 79px!important;
}
@media(max-width: 768px) {
    .section-eventos {
        padding: 50px 20px;
    }
    .section-eventos .contenedor {
        display: block;
    }
    .section-eventos .col-p1 {
        margin: auto;
    }
    .section-eventos .contenedor .col-p2 h4{
        font-size: 17.3px;
    }
}