.team-single--meta {
    font-size: 1rem;
}
.team-single--meta span {
    font-weight: bold;
    font-size: 1.125em;
}
.team-single--image {
    max-width: 13rem;
    margin: 0 1rem 1rem 0;
    float: left;
}
.team-single--content {
    margin: 2rem 0;
}
.team-single--profile::after {
    content: "";
    display: block;
    clear: both;
}
.module-footer {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    justify-content: center;
    margin: 2rem auto;
    letter-spacing: 0.05em;
}
.module-footer a {
    padding: 0.375em 0.75em;
}
.module-footer a svg {
    width: 1.25em;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}
