.slider__item {
    background: unset;
}
.wrap__page-content h2, .wrap__editable h2 {
    font-size: 26px;
}
.cstm_staff_home {
    background: #d2f7e6;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
a.cstm_btn {
    background: #15d9bc;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: unset;
    color: white;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 900;
}
a.cstm_btn:hover {
    background: #9df56e;
    transition: 0.2s;
}
.gallery-slider .bx-wrapper .bx-viewport, .gallery #masonry-container, .gallery .grid-container .gallery-row {
    box-shadow: none;
    background: none;
}
.inner_cstm_gallery {
    float: right;
    width: 40%;
    z-index: 9;
    position: relative;
}
.inner_cstm_gallery ul li:before {
    display: none;
}
.gallery_ortho h2.gallery__title {
    text-align: center!important;
    margin-bottom: -30px!important;
    margin-top: -60px;
}
li.items-container:before {
    display: none!important;
}








@media (max-width: 767px) {
.inner_cstm_content, .inner_cstm_gallery {
    float: unset;
    width: 100%;
    margin: unset!important;
}
.gallery_ortho h2.gallery__title {
    margin-top: unset;
    margin-bottom: unset;
}
}

.staff-member__image {
    height: 265px;
    width: 218px;
    box-shadow:none;
}