/**
 * Benefits page style
 *
 *@bottom bg
 *@benefits
 */

/*@bottom bg*/

#bottomBg{
    display: none;
}

/*@benefits*/

.leftPart{
    float: left;
    width: 585px;
}
.rightPart{
    float: left;
    width: 285px;
    margin-left: 20px;
}
.our_f{
    font-family: Arial, Helvetica, sans-serif;
}
.our_f li{
    padding: 5px 0 5px 25px;
    background: url(/static/img/tick.png) no-repeat left center;
    background-size: 16px 16px;
}