.new-div{
    background:#429434; 
    width:65px; 
    height:28px; 
/*    margin-left:65%;*/
}

@media (min-width: 320px) and (max-width: 767px) {

.new-div{
        width:65px; 
        height:23px; 
    /*    margin-left:65%;*/
    }
.new-div p{
    font-size: 12px;!important
    line-height: 1.5;

}

} 