.translation_heading{
    color: #000000;
    margin-bottom: 7px !important;
}
.translation_heading a{
    color:#000000;
}
.translation_heading a:hover {
    color: #f26522;
}
.translation_ul li {
    display: inline-block;
    margin-right: 1%;
    width: 48%;
    list-style: disc;
    padding: 3px 10px;
    /*background: #f0f0f0;*/
    margin-bottom: 5px;
}

.translation_row .vc_column-inner {
    border: 1px solid #e1e1e1;
    padding-top: 10px;
    margin-bottom: 15px;
}
.translation_ul li:hover {
    background: #f4f4f4;
    cursor: pointer;
}