.staffs_block .main_wrapper {
    max-width: var(--c-c-width);
    margin: 0 auto;
}
.staffs-grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.staffs-item {
    text-align: left;
}
.staffs-item img {
    width: 100%;
    display: block;
}
.staffs-desig {
    color: var(--purple);
    font-family: var(--font-rubik);
    font-size: var(--cardHeadingFont);
    font-style: normal;
    font-weight: 500;
    line-height: var(--cardHeadingLh);
}
.staffs-title {
    /*margin-top: 10px;*/
    color: var(--gray);
    font-family: var(--font-rubik);
    font-size: var(--highFont);
    font-style: normal;
    font-weight: 500;
    line-height: var(--highLh);
    /*text-align: center;*/
}
.staffs-img-wrap {
    position: relative;
}
.staffs-link {
    display: none;
}



@media (max-width: 767px) {
    /*.staffs-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }*/
}