.personal-urma{
    width: 100%;
    max-width: 270px;
    text-align: center;
    margin: 0 auto;
}

.personal-urma__image{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.personal-urma__nombre{
    color: var(--rojo);
    margin-bottom: 0;
	font-size: 1.45rem;
	font-weight: 700;
}

.personal-urma__cargo{
    margin: 0;
	font-weight: 600;
}