@media (min-width: 1px) {
    .single-staff-img {
        width: 100%;
        object-fit: contain;
        object-position: center;
        height: 200px;
        border-radius: 4px;
        background-color: #e9e9e9;
    }
}

@media (min-width: 576px) {
    .single-staff-img {
        width: 100%;
        object-fit: contain;
        object-position: center;
        height: 277px;
        background-color: #e9e9e9;
    }
}

@media (min-width: 1200px) {
    .single-staff-img {
        width: 80%;
        height: 277px;
    }
}

@media (min-width: 1px) {
    .single-staff-heading {
        font-size: 20px;
        font-weight: 500;
        width: 100%;
        margin-top: 8px;
        letter-spacing: 0.72px;
        color: #000000;
    }
}

@media (min-width: 576px) {
    .single-staff-heading {
        font-size: 20px;
        font-weight: 500;
        width: 100%;
        margin-top: 8px;
        letter-spacing: 0.72px;
        color: #000000;
    }
}

@media (min-width: 992px) {
    .single-staff-heading {
        font-size: 20px;
        font-weight: 500;
        width: 80%;
        margin-top: 8px;
        letter-spacing: 0.72px;
        color: #000000;
    }
}
