.staff-list {
    display: grid;
    grid-gap: 13px;
    display: -ms-grid;
}
.staff-list-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-template-columns: 1fr 1fr 1fr;
}
.staff-list-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-template-columns: 1fr 1fr 1fr 1fr;
}
.staff-list-col-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.staff-list-col-5 .staff-clip-path img {
    clip-path: circle(75px at 50% 35%);
    -webkit-clip-path: circle(75px at 50% 35%);
    -moz-clip-path: circle(75px at 50% 35%);
    width: 100%;
}
.staff-clip-path img {
    clip-path: circle(100px at 50% 35%);
    -webkit-clip-path: circle(100px at 50% 35%);
    -moz-clip-path: circle(100px at 50% 35%);
    width: 100%;
}
.staff {
    position: relative;
    float: left;
    border: 1px solid #dbdbdbcf;
    padding: 10px;
}
.staff-img {
    position: relative;
    display: contents;
    line-height: 0;
}
.staff-img-overlay {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}
.staff:hover .staff-img-overlay {
    opacity: 1;
}
.staff:hover .staff-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.staff .staff-overlay {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.staff a .staff-content {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.staff a .staff-content h6 {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.staff a .staff-content p {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    color: #333 !important;
}
.staff:hover .staff-content h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fff !important;
}
.staff:hover .staff-content p {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #fff !important;
}
@media (min-width: 280px) and (max-width: 399px) {
    .staff-list {
        grid-template-columns: 1fr !important;
    }
    .staff-clip-path img {
        clip-path: circle(110px at 50% 32%) !important;
        -webkit-clip-path: circle(110px at 50% 32%) !important;
        -moz-clip-path: circle(110px at 50% 32%) !important;
    }
}
@media (min-width: 400px) and (max-width: 767px) {
    .staff-list {
        grid-template-columns: 1fr !important;
    }
    .staff-clip-path img {
        clip-path: circle(105px at 50% 32%) !important;
        -webkit-clip-path: circle(105px at 50% 32%) !important;
        -moz-clip-path: circle(105px at 50% 32%) !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .staff-list {
        grid-template-columns: 1fr 1fr !important;
    }
    .staff-clip-path img {
        clip-path: circle(105px at 50% 35%) !important;
        -webkit-clip-path: circle(105px at 50% 35%) !important;
        -moz-clip-path: circle(105px at 50% 35%) !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .staff-list {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
    .staff-clip-path img {
        clip-path: circle(75px at 50% 35%) !important;
        -webkit-clip-path: circle(75px at 50% 35%) !important;
        -moz-clip-path: circle(75px at 50% 35%) !important;
    }
}
.staff-detail {
    padding: 70px 0 0 0;
    margin: 0;
    position: relative;
}
.staff-detail h3 {
    font-size: 34px;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    letter-spacing: 1px;
    font-weight: 600;
}
.staff-detail .our-staff-detail {
    padding: 40px 0 0 0;
    margin: 70px auto 20px;
    width: 70%;
    position: relative;
}
.our-staff-detail figure {
    padding: 0;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    height: 180px;
    position: absolute;
    top: -87px;
    left: 38%;
}
.our-staff-detail figure img {
    padding: 0;
    margin: auto;
    width: 100%;
}
.detail-staff-content {
    padding: 0;
    margin: 70px 0 0 0;
}
.detail-staff-content h4 {
    padding: 20px 0;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}
.detail-staff-content h5 {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
}
.our-staff-detail-list {
    padding: 20px 30px;
    margin: auto;
    width: 70%;
}
.our-staff-detail-list .staff-detail-head {
    padding: 0;
    margin: 0;
    width: 40%;
    float: left;
}
.our-staff-detail-list .staff-detail-head-content {
    padding: 0;
    margin: 0;
    width: 60%;
    float: left;
}
.our-staff-detail-list h4 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
}
.our-staff-detail-list h5 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}
.our-staff-detail-list ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
.our-staff-detail-list ul li:last-child {
    border-bottom: none;
}
@media (min-width: 280px) and (max-width: 767px) {
    .staff-detail .our-staff-detail {
        padding: 20px 0 0 0;
        width: 95%;
    }
    .our-staff-detail figure {
        width: 140px;
        height: 140px;
        top: -75px;
        left: 27%;
    }
    .detail-staff-content {
        padding: 0;
        margin: 55px 0 0 0;
    }
    .our-staff-detail-list {
        width: 95%;
    }
}
@media (min-width: 400px) and (max-width: 767px) {
    .our-staff-detail figure {
        left: 37%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .staff-detail .our-staff-detail {
        padding: 20px 0 0 0;
        width: 90%;
    }
    .our-staff-detail figure {
        width: 150px;
        height: 150px;
        top: -75px;
        left: 36%;
    }
    .detail-staff-content {
        padding: 0;
        margin: 55px 0 0 0;
    }
    .our-staff-detail-list {
        width: 90%;
    }
}
@media (min-width: 1023px) and (max-width: 1199px) {
    .staff-detail .our-staff-detail {
        padding: 20px 0 0 0;
        width: 100%;
    }
    .our-staff-detail figure {
        width: 150px;
        height: 150px;
        top: -75px;
        left: 39%;
    }
    .detail-staff-content {
        padding: 0;
        margin: 55px 0 0 0;
    }
    .our-staff-detail-list {
        width: 100%;
    }
}

.staff-content {
    z-index: 2;
    position: absolute;
    bottom: 0px;
}



@media only screen and (min-width: 993px){
    .our-staff-mobile-image {
        display: none !important;
    }
}
@media only screen and (max-width: 992px){
    .our-staff-desktop-image {
        /* display: none!important; */
    }
}

.staff-content ul{
    padding-left: 18px;
}