.post-type-archive-staff .grid-cont {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem 1rem;
    margin: 2rem 0;
}

.post-type-archive-staff .grid-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.post-type-archive-staff .grid-child > img {
    max-height: 450px;
    max-width: 350px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 1rem;
}

.post-type-archive-staff .grid-child .text-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.post-type-archive-staff .grid-child .text-cont h4 {
    color: #ef4d48;
}

.post-type-archive-staff .ast-primary-header-bar .main-navigation li > a,
.post-type-archive-staff .ast-primary-header-bar div.ast-custom-button {
    color: #2b161b;
}

.post-type-archive-staff .ast-primary-header-bar div.ast-custom-button {
    border-color: #2b161b;
}

.post-type-archive-staff section.ast-archive-description {
    background: transparent;
    padding: 1rem 2rem;
}
