.cur_rates {
    width: 100%;
    padding-left: 0;
    list-style: none;
    background: #f5f9fb;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}

.cur_rates li {
    width: 50%;
    display: inline-block;
    float: left;
    font-weight: 600;
}

.cur_rates li span {
    font-family: Arial;
    font-weight: 600;
}