.sub-tutor-list {
    margin-bottom: 40px;
    overflow: hidden;
}
.sub-tutor-list  span { text-decoration:none !important; }
.sub-tutor-one {
    float:left;
    width: 150px !important;
    margin: 22px 10px;
}
.sub-tutor-one a {
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 10px;
    background: #f5f4f0;
    font-size: 14px; 
    border-radius: 16px; 
}
.sub-tutor-one a:hover {
    box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.15)  !important;
    background-color: #8b0012 !important;
    text-decoration:none !important;
    color:#fff;
}