.gallery-center .gallery-grid--item {
    align-items: center !important;
}

.section--light .staff-member__name {
    color: black;
}
.locations-a .location__phone--link  {

    font-size: 1rem;
    text-decoration: none;
}
@media (min-width: 992px) {
    .banner-a .banner__subtitle {
        text-shadow: 1px 1px black;
    }
}
.no-underline a {

    text-decoration: none;
}
.staff-members .staff-member__name-wrapper {
    margin-bottom: 8px;
    text-align: center;
}
@media (min-width: 992px) {
    .section__bg--dark-4::before {
        background-color: black;
    }
}

.typage { 
    display: flex; 
    justify-content: center;
    align-items: center; 
    height: 100vh; 
}
.typage:before {
    background-color: #EBEBEB;
}