.staff-block {
    padding: 70px 0 100px;
    text-align: center;
    position: relative;
    background-color: #b1e4e8;
}
.staff-block h2 {
    font-size: 38px;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.cla6 {
    width: calc(50% - 50px);
    margin: 0px 25px 50px;
    padding: 20px 30px;
    box-sizing: border-box;
    background-color: #fff;
    outline: 5px solid rgba(255, 255, 255, 0.33);
    position: relative;
}
.dm-popup-wrapper p {
    padding: 0px;
}
[data-dm-category] {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cla6 p:last-of-type {
    padding: 0px;
}
.dflex {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    z-index: 10;
    max-width: 1000px;
    margin: 0px auto;
    text-align: left;
    box-sizing: border-box;
    align-items: center;
}
.staff-block .dflex {
    justify-content: inherit;
}
.cla6:nth-child(even) {top: 55px;}

.cla6 > span:nth-child(1) {
    position: absolute;
    top: -35px;
    left: -35px;
}
.cla6 > span:nth-child(1) br {
    display: none;
}

.cla6 img {
    display: block;
    border-radius: 50%;
    object-fit:cover;
    border: 2px solid #fff;
    box-sizing: border-box;
    height: 120px !important;
    background-color: #fff;
    width: 120px;
    object-position: 50% 50%;
}

.dflex p + span {
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.dflex p {
    font-size: 15px;
    line-height: 24px;
}
.dflex h3 + p {
    padding-top: 36px;
}
.dflex h3 {
    padding-left: 65px;
    position: relative;
    top: -6px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.dflex h4 {
    padding-left: 65px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
}
.dm-popup-wrapper h4 {
    padding: 0px;
}
@media screen and (max-width: 880px) {

    div#content_box .single_page .staff-block img {
        height: 120px !important;
        width: 120px !important;
    }
}
@media screen and (max-width: 640px) {
    .dflex h4 {
        padding-left: 0px;
    }
    .cla6 > span:nth-child(1) {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .dflex h3 {
        padding: 0px;
        text-align: center;
    }

    .dflex h3 + p {
        padding-top: 10px;
    }

    .cla6 {
        text-align: center;
    }
    .staff-block {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cla6 {
        width: 100%;
        margin: 0px 0px 20px;
    }
    .cla6:nth-child(even) {
        top: 0px;
    }

    .cla6 {
        margin-bottom: 55px;
    }
}