.kf_menu
{
    text-align: center;
    background: #ffffff;
    padding: 25px 0;
    
}

.kf_menu>div>div:nth-of-type(1)
{
    border-right: solid 1px #f9f9f9;
}

.kf_img
{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
}

.kf_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jobtime
{
    text-align: center;
    padding: 10px 0;
    background: #ffffff;
    border-top: solid 1px #f9f9f9;
    color: #a26c00;
}