.wrap__footer {
    background: #c2cacc;
}

.wrap__content--holder {
    box-shadow: 0 14px 26px 0 rgba(0, 0, 0, 0.1);
    background: rgb(255 255 255);
    margin: 0 0 85px;
}

.wrap__header-panel--inner {
    display: flex;
    justify-content: center;
}

.staff-member__image {
    border: 3px solid #ffffff;
    width: 200px;
    height: 289px;
    background-position: 50% 50%;
    background-size: contain;
}

/* Hide on desktop (screens wider than 767px) */
@media only screen and (min-width: 768px) {
    .mm a.cta__button {
        display: none;
    }
}

/* Show on mobile (screens 767px or smaller) */
@media only screen and (max-width: 768px) {
    .mm a.cta__button {
        display: block; /* or inline-block, flex, etc., depending on your design */
        margin: 10px auto;
        text-align: center;
        max-width: 320px;
        
    }
}