.management-team-segment-description{
    text-align: left; /* */
    text-justify: inter-word; /* */
}

/* */
.management-team-container{
    width:100%;
    padding-top:30px;
}

.management-team-container-row{
    width:100%;
    overflow:auto;
}

.management-team-individual-container{
    width:33%; /* */
    float:left;
    border-left:20px solid white;
}

.management-team-top-info{
    width:100%;
    overflow:auto;
}

.management-team-profile-photo-container{
    float:left;
}

.management-team-profile-photo{
    height:100px;
    width:100px;
}

.management-team-profile-intro{
    float:left;
    width:69%;
    height:100px;
    background-color:#2c6c21;
    color:#acc5a8;
    padding-left:5px;
}

.management-team-profile-name{
    color:white;
    font-size: smaller;
    padding-top: 5px;
    padding-bottom: 5px;
}

.management-team-profile-job-title{
    font-size: medium;
}

.management-team-profile-region{
    font-size: smaller;
}

.management-team-bottom-info{
    padding-top:10px;
    font-size: smaller;
    text-align: justify; /* */
    text-justify: inter-word; /* */
}