.person_sect {
    padding: 6.875em 0;
}
.person_sect .content {
    display: flex;
    align-items: center;
}
.person_sect .image_wrap {
    width: 40%;
    margin-right: 10%;
}
.person_sect .image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 1.125em;
}
.person_sect .info_wrap {
    width: 50%;
}
.person_sect .sect_title {
    text-align: left;
    margin: 0 0 0.75em;
}
.person_sect .sect_title:last-child {
    margin-bottom: 0;
}
.person_sect .description {
    line-height: 1.5;
    font-size: 1.375em;
    margin: 0 0 1.25em;
}
.person_sect .description:last-child {
    margin-bottom: 0;
}
.person_sect .sub_description {
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.5;
}
.person_sect .sub_description ul {
    padding-left: 1.5em;
}
@media(max-width: 1199px) {
    .person_sect .image_wrap {
        margin-right: 5%;
        width: 45%;
    }
    .person_sect .sect_title {
        font-size: 1.5em;
        margin: 0 0 1em;
    }
    .person_sect .description {
        margin: 0 0 1.25em;
    }
    .person_sect .sub_description {
        font-size: 1em;
    }
}