#movenum {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 200px;
    color: #595961;
}

#movenum div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 50px;
}

#movenum p {
    font-size: 14px;
    color: #999999;
}

#movenum1,#movenum2,#movenum3,#movenum4{
    display: flex;
    justify-content: center;
    font-weight: 500;
    margin: 20px 5px;
    font-size: 48px;
}

@media screen and (max-width: 769px){
    #movenum {
        background: url(../images/milestone-bg.jpg);
        color: #ffffff;
    }

    #movenum p {
        color: #ffffff;
        color: #ffffff;
    }

    #movenum div {
        margin: 0 20px;
    }

}

@media screen and (max-width: 426px) {
    #movenum {
        display: none;
    }
}
