#seccion-especialistas {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.velo-especialistas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #314d54c4;
}

.especialista .person {
    width: 140px !important;
    height: 140px;
    border-radius: 100%;
    margin-right: 20px;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
}

.especialista h5 {
    font-weight: bold;
    color: #fff;
}

.especialista h6 {
    font-weight: 300;
    color: #fff;
}

