﻿.box-person {
    max-width: 265px;
    margin-right: 45px;
}

.box-person-bio-content {
    font-size: 16px;
    overflow: hidden;
}

.box-person-bio-content p:first-child {
    font-size: 21px;
    font-weight: 500;
}

.box-person-bio-content p {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .box-person {
        width: 120px;
        height: 150px;
        float: left;
        margin-bottom: 20px;
    }

    .box-person-content {
        right: -130px;
    }

    .box-person-content p {
        color: #333;
    }

    .box-person-bio-content {
        float: left;
    }
}
