body {
    background-image: url(../images/full/staff/staff_modal_bg_top.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.staff-box {
    padding: 8% 10%;
}

.staff-box-main {
    display: flex;
    justify-content: space-between;
}
.staff-box-main .staff-box-img {
    width: 25%;
}
.staff-box-main .staff-box-details {
    width: 70%;
}
.staff-box-details {
    width: 100%;
}

.staff-box-name {
    padding-bottom: 4%;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
}
.staff-box-name span {
    display: inline-block;
    font-size: 18px;
    color: #D7001D;
}
.staff-box-txt {
    font-size: 15px;
    color: #FFF;
    text-align: justify;
}
@media screen and (max-width:768px) {
    .staff-box-main {
        display: block;
    }
    .staff-box-main .staff-box-img {
        width: 60%;
        margin: auto;
        padding-bottom: 10%;
    }
    .staff-box-main .staff-box-details {
        width: 100%;
    }
    .staff-box-name {
        font-size: 18px;
        line-height: 1.5;
    }
    .staff-box-name span {
        font-size: 16px;
    }
}
@media screen and (max-width:414px) {
    .staff-box {
        padding: 18% 10% 8%;
    }
}





