.boss_sect .sides {
    display: flex;
    margin: 0 -1.5em;
    justify-content: space-between;
}
.boss_sect .side {
    width: calc(50% - 3em);
    margin: 0 1.5em;
    position: relative;
}
.boss_sect .side:nth-child(1) {
    max-width: 34.25em;
    padding-top: 5em;
    z-index: 1;
}
.boss_sect .side:nth-child(1):before {
    content: '';
    display: block;
    width: 26em;
    height: 26em;
    background-color: #EEE;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    position: absolute;
}
.boss_sect .side:nth-child(2) {
    max-width: 36.625em;
}
.boss_sect .post {
    font-size: 1.25em;
    font-weight: 300;
    margin: 0 0 1.25em;
}
.boss_sect .post b {
    font-weight: 400;
}
.boss_sect .name {
    line-height: 0.96em;
    font-weight: 500;
    font-size: 6.75em;
    margin: 0 0 0.9em;
    max-width: 8em;
}
.boss_sect .biography {
    color: #53627C;
    font-weight: 300;
    font-size: 1.125em;
    margin: 0 0 2.3em;
    line-height: 1.5;
}
.boss_sect .links {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.17;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.boss_sect .links li:not(:last-child) {
    margin: 0 0 1em;
}
.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;
    font-size: 1.25em;
    padding: 1em 2em;
    box-sizing: border-box;
    border-radius: 1em;
    background-color: #FBFBFB;
    position: absolute;
    bottom: 0.5em;
    max-width: 23.15em;
    width: max-content;
    left: 0;
    transform: translate(-65%, 0);
}
@media(max-width: 1199px) {
    .boss_sect .sides {
        margin: 0 -0.75em;
    }
    .boss_sect .side {
        width: calc(50% - 1.5em);
        margin: 0 0.75em;
    }
    .boss_sect .side:nth-child(1) {
        padding-top: 1.25em;
    }
    .boss_sect .side:nth-child(1):before {
        width: 13.75em;
        height: 13.75em;
    }
    .boss_sect .post {
        font-size: 1em;
    }
    .boss_sect .name {
        font-size: 3.25em;
        margin: 0 0 1.46em;
    }
    .boss_sect .biography {
        font-size: 1em;
    }
    .boss_sect .image:not(:last-child) {
        margin-bottom: 1.25em;
    }
    .boss_sect .links {
        display: flex;
        flex-wrap: wrap;
        margin: -0.5em -2em;
        font-size: 1em;
    }
    .boss_sect .links li:nth-child(n) {
        margin: 0.5em 2em;
    }
    .boss_sect .quote {
        position: static;
        transform: none;
        max-width: 100%;
        font-size: 1.125em;
        background-color: transparent;
        padding: 0;
    }
}