
#shared_hosting_feature  ul li  {
    border-bottom: 1px solid #ed7161;
    position: relative;
    padding: 15px;

}
#shared_hosting_feature  ul {
    list-style-type: none;
}

#shared_hosting_feature  ul li  {
    list-style-type: none}

#shared_hosting_feature  ul li:before{
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    left: 0;
    top: 20px;
    border-radius: 100%;
}
#shared_hosting_feature  ul li:last-child{
   border-bottom: none;
    padding-bottom: none;
}
#shared_hosting_feature.reseller_listing  ul li {
    width: 48%;
    float: left;
    margin: 0 1%;
}