.person_sect {
    padding: 3.125em 0;
}
.person_sect .content {
    display: block;
}
.person_sect .image_wrap {
    width: 100%;
    margin: 0 0 2em;
}
.person_sect .image {
    display: block;
    max-width: 100%;
    border-radius: 1.125em;
    margin: 0 auto 0 0;
}
.person_sect .info_wrap {
    width: 100%;
}
.person_sect .sect_title {
    text-align: left;
    font-size: 1.5em;
    margin: 0 0 1em;
}
.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;
    line-height: 1.5;
    font-size: 1em;
}
.person_sect .sub_description ul {
    padding-left: 1.5em;
}