.wells-discounts .well-discount {
    background-color: white;
    border-radius: 10px;
    text-align: center;
    margin-top: 40px;
    min-height: 110px;
}

.wells-discounts .circle {
    margin-bottom: 15px;
    font-size: 24px;
    padding-top: 20px;
    line-height: 9px;
    font-weight: 700;
    margin-top: -49px;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
    color: white;
    border-radius: 30px;
}

.wells-discounts .circle-blue {
    background-color: #001d51;
}

.wells-discounts .circle-electric-blue {
    background-color: #144dc8;
}

.wells-discounts .circle-orange {
    background-color: #ffbc00;
}

.wells-discounts .circle>span {
    font-size: 9px;
    line-height: 10px;
    white-space: nowrap;
    text-transform: uppercase;
}