ul.list_col {
    display: inline-block;
    padding-right: 100px;
    vertical-align:top;
    margin-bottom: 0;
}
div#reviews-widget {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.staff-member__heading, .testimonials__content {
    text-align: center;
}
.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .wrap__editable-content ul, .wrap__editable-content ol, .staff-member ul, .staff-member ol, .editable ul, .editable ol, .form ul, .form ol, .editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
    clear: unset;
}

.cstm_col2 {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.cstm_col2 table, .cstm_col2 table tr td {
    border: none;
}


@media (max-width: 767px){
.cstm_col2, .cstm_col2 table tr td {
    width: 100%;
    text-align: center;
}
.cstm_col2 table, .cstm_col2 table tr td {
    border: none;
    margin: 0 auto;
}
}