.archive-description {
    background: #010b7a;
    background-image: url(../images/cnt-bkg-cta.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
}

.archive-title {
    color: #fff;
}

.staff-archive .content {
    width: auto;
    max-width: 1280px;
    margin: 0 auto;
}

div.staff-members {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
    margin-bottom: 48px;
}

div.staff-member {
    display: grid;
    align-items: center;
    grid-template-rows: 1fr;
    gap: 6px;
    padding: 30px 10px;
    box-shadow: 0px 2px 5px 1px rgba(180,180,180,0.9);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(180,180,180,0.9);
    -moz-box-shadow: 0px 2px 5px 1px rgba(180,180,180,0.9);
}

div.staff-member h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

div.staff-member img {
    height: 180px;
    object-fit: contain;
}

div.staff-member p {
    font-size: 16px;
    text-align: center;
}
