.super-milestone .number * {
    display: inline-block;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
}
.super-milestone .subject {
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 0px;
    text-align: center;
}
.super-milestone .subject sup {
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}

@media only screen and (min-width:1024px) and (max-width:1399px) {
    .nav-ms .super-milestone .number *{
        font-size: 32px;
        line-height: 42px;
    }
    .nav-ms .super-milestone .subject *{
        font-size: 24px;
        line-height: 30px
    } 
}