.tm-container {max-width: 804px; margin: 0 auto;}
 #header {
     margin-top: -92px;
 }
/************************************
* - Colours
************************************/
.g-bg-gold {background: linear-gradient(to right, #B4C58B , #A2AC94);}

.text-white {color: white}

.team-member-name {
    color: #679319;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.team-member-job-title {
    color: #999AAB;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.team-member-image {
    display: block; 
    margin: 0 auto; 
    border-radius: 100px;
    margin-bottom: 10px;
}

.team-member-container {
    display: inline-block;
    width: 23%;
    padding: 0px 10px 70px 0px;
    vertical-align: top;
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .team-member-container{
        width: 45%;
    }   
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .team-member-container{
        width: 30%;
    } 
}