.tus-person {
figure[data-tus-person="image"] {
margin-bottom: 35px;
img {
width: 50%;
max-width: 10em;
height: auto;
aspect-ratio: 1;
object-fit: cover;
border-radius: 50%;
}
}
[data-tus-person="name"] {
margin-top: 0;
}
[data-tus-person="description"] {
margin: 0;
text-transform: uppercase;
}
ul, ol {
&[data-tus-person="contact-info"] {
margin: 0;
padding-top: 40px;
padding-left: 0;
list-style: none;
li .fa {
margin-right: .75ch;
}
}
}
}