
.section--dark .banner-b .banner__title{
    text-shadow: 2px 1px black !important;
}

.section--dark .banner-b .banner__subtitle{
    text-shadow: 2px 1px black !important;
}

/* home: meet legal team */
.staff-multiple-column .staff-member__image-wrapper img {
    height: 350px;
    object-fit: cover;
    object-position: center top;
}
@media (min-width: 768px) {
    .staff-multiple-column .staff-member__image-wrapper img {
        height: 300px;
    }
}

/* No BG QCF */
.white-bg-field .section--dark .contactform--a .contactform__input input:not([type=radio]):not([type=checkbox]), 
.white-bg-field .section--dark .contactform--a .contactform__input textarea, 
.white-bg-field .section--dark .contactform--a .contactform__input select {
    background-color: white;
}