.service_menu{
    width:250px;
    padding:10px;
    border:1px solid #ef902c;
    border-radius: 7px;
    box-shadow:0px 0px 14px grey;
    float:left;
    margin-right: 25px;
}
.service_menu .left-menu li{
    background: none !important;
    border-bottom: 1px dotted grey;
}
.service_menu .left-menu li a:hover{
    color: #ef902c;
}
.service_right_content{
    margin-left: 275px;
}
.service_right_text{
    line-height: 1.5;
    text-align: justify;
    padding: 14px;
}
.service_right_text p{
    text-indent:25px;
}
