.grants, .areas, .amount {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    font-family: "Open Sans Light", open_sanslight, sans-serif;
    font-weight: bold;
    color: #FFF;
    border: 3px solid rgba(255,255,255,0.33);
    display: table;
}
.circle-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 10%;
    line-height: 24px;
}
.areas-box {
    position: relative;
    width: 120px;
    bottom: 0;
    display: inline;
    float: left;
    margin: 0 30px 0 0;
}
.grants-box {
    position: relative;
    bottom: 0;
    width: 120px;
    display: inline;
    float: left;
    margin: 0 0 0 30px;
}
.amount-box {
    position: relative;
    margin: 0 28.5% 0 28.5%;
    top: 10px;
}
@media only screen and (min-width: 641px) and (max-width: 908px) {
    .amount-box {
      top: 0;
      margin-left: 15px;
    }
    .areas-box, .grants-box {
      margin: 0 15px 10px 15px;
    }
}
.grants .figure, .areas .figure, .amount .figure {
    font-size: 42px;
    font-weight: normal;
}
.amount .prefix {
    font-size: 30px;
    font-weight: normal;
}
.grants .suffix, .areas .suffix, .amount .suffix {
    font-size: 12px;
}
