.staff-member__description {
    max-height: 100% !important;
}

.testimonials__item {
    width: 100%;
}

.testimonials__content {
    text-align: center;
}

.staff img{
    display: block;
    max-width: 100%;
    height: auto;
}
.staff .staff-item::before,
.staff .staff-item::after{
    display: table;
    content: " ";
}
.staff .staff-item::after{
    clear: both;
}
.staff .staff-item + .staff-item{
    padding: 20px 0;
    border-top: solid 1px #dedede;
    margin-top: 20px;
}
.staff .staff-item h1,
.staff .staff-item h2{
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
    border: 0 !important;
}
@media (max-width: 767px){
    .staff .staff-item h1,
    .staff .staff-item h2{
        text-align: center !important;
        width: 100%;
    }
}
.staff .staff-item .staff-img{
    padding: 10px;
    border: solid 1px #dfdfdfdf;
    width: 200px;
    margin: 0 auto 20px auto;
    display: block;
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.43);
}
@media (min-width: 768px){
    .staff .staff-item .staff-img{
        float: left;
        margin-right: 10px;
    }
}
