@charset "UTF-8";

.widget_staff01 .inner_item_img {
    border: none;
}
.widget_staff01 .inner_item_img img {
    background: none;
}
#staff + .widget_staff01 .content_wrapper .wrapper_item .heading.block_header_4 .h {
    display: none;
}
#staff + .widget_staff01 .content_wrapper .wrapper_item .heading.block_header_4 p {
    background-color: #dc3545;
    width: 100%;
    max-width: 130px;
    border-radius: 0.25rem;
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
.widget_staff01 .inner_item .inner_item_txt dt {
    border-bottom: none;
    font-weight: bold;
    padding: 10px 0 0!important;
}
}