.content .sidebar .founder {
    display: flex;
    align-items: center;
}
.content .sidebar .founder .image img {
    width: 4rem;
    border-radius: 20%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    margin-right: 1rem;
}
.content .sidebar .founder .description {
    display: flex;
    flex-direction: column;
    height: 3.5rem;
    justify-content: space-between;
}
.content .sidebar .founder .description .name {
    font-weight: 600;
}
.content .sidebar .founder .description .role {
    font-size: 0.75rem;
}
.content .sidebar .founder .description .socials {
    display: flex;
}
.content .sidebar .founder .description .socials a {
    width: 1rem;
    height: 1rem;
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.25rem;
}
.content .sidebar .founder .description .socials a:hover {
    background: rgba(24, 42, 76, 0.117);
}
.content .sidebar .founder .description .socials a img {
    width: 0.75rem;
}