.blue-dot {
    font-family: bellslim_font_heavy, Helvetica, Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.blue-dot-circle{
    border-radius: 50%;
    background-color: #00549a;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
}
.bhp-banner .blue-dot {
    font-size: 31px;
}
.bhp-banner .blue-dot-circle{
    width: 23px;
    height: 23px;
    margin: 0 2px;
}
.blue-dot-border{
    border: 1px solid #002D72;
    background-color: #FFF;
    padding: 4px 3px 1px 4px;
    border-radius: 5px;
}
@media (max-width: 639px) {
    .bhp-banner .blue-dot {
        font-size: 26px;
    }
    .bhp-banner .blue-dot-circle {
        width: 20px;
        height: 20px;
    }
}