.card-asesor {
    width: 18rem;
    border: none;
}

.card-asesor .card-body {
    text-align: center;
}

.card-asesor .card-body .card-title {
    font-weight: 700;
}

.circular--asesor-img {
display: inline-block;
position: relative;
width: 200px;
height: 200px;
overflow: hidden;
border-radius: 50%;
margin: auto;
box-shadow: -1px 4px 4px 0px #6c757d;

}

.circular--asesor-img img {
width: auto;
height: 100%;
margin-left: 2rem;
}