.boss_sect .sides {
    justify-content: space-between;
    margin: 0;
    display: block;
}
.boss_sect .side {
    position: relative;
    width: 100%;
    margin: 0;
}
.boss_sect .side:nth-child(1) {
    max-width: 34.25em;
    z-index: 1;
    padding-top: 1.25em;
}
.boss_sect .side:nth-child(1):not(:last-child) {
    margin-bottom: 2em;
}
.boss_sect .side:nth-child(1):before {
    content: '';
    display: block;
    background-color: #EEE;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    position: absolute;
    width: 13.75em;
    height: 13.75em;
}
.boss_sect .side:nth-child(2) {
    max-width: 36.625em;
}
.boss_sect .post {
    font-weight: 300;
    margin: 0 0 1.25em;
    font-size: 1em;
}
.boss_sect .post b {
    font-weight: 400;
}
.boss_sect .name {
    line-height: 0.96em;
    font-weight: 500;
    max-width: 8em;
    font-size: 3.25em;
    margin: 0 0 1.46em;
}
.boss_sect .biography {
    color: #53627C;
    font-weight: 300;
    margin: 0 0 2.3em;
    line-height: 1.5;
    font-size: 1em;
}
.boss_sect .links {
    font-weight: 500;
    line-height: 1.17;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em -2em;
    font-size: 1em;
}
.boss_sect .links li {
    margin: 0.5em 2em;
}
.boss_sect .links a {
    color: inherit;
}
.boss_sect .links a:hover {
    text-decoration: underline;
}
.boss_sect .image {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.boss_sect .quote {
    font-weight: 500;
    line-height: 1.5;
    box-sizing: border-box;
    border-radius: 1em;
    bottom: 0.5em;
    width: max-content;
    left: 0;
    position: static;
    transform: none;
    max-width: 100%;
    font-size: 1.125em;
    background-color: transparent;
    padding: 0;
}
.boss_sect .image:not(:last-child) {
    margin-bottom: 1.25em;
}
.boss_sect .sect_title {
    text-align: center;
}