section .blq-profesor + .blq-profesor {
    margin-top: 60px;
}
section .blq-profesor .section-tit4 {
    color: #957b50;
}
section .blq-profesor hr {
    margin-left: 0;
}
section .blq-profesor p {
    margin-bottom: 20px;
}
section .blq-profesor .cargo{
    color: #8A8A8A;
}
section .blq-profesor p:last-of-type {
    margin-bottom: 0;
}
section .blq-profesor ul {
    padding-left: 30px;
    list-style-type: none;
}
section .blq-profesor ul li {
    padding-left: 20px;
    margin-top: 20px;
    position: relative;
}
section .blq-profesor ul li:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%; 
    border: 1px solid #957b50;
    position: absolute;
    left: 0;
    top: 6px;
}
@media (min-width: 768px) {
    section .blq-profesor {
        overflow: hidden;
    }
    section .blq-profesor img {
        width: calc(50% - 30px);
    }
    section #blq-profesor1 img {
        margin-right: 60px;
        float: left;
    }
    section #blq-profesor2 img {
        margin-left: 60px;
        float: right;
    }
}
@media (max-width: 767px) {
    section .blq-profesor img {
        width: 100%;
        margin-bottom: 20px;
    }
}