    .prom1 {
        color: #333 !important;
        font-family: 'Arial';
        background: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }
        
    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {
    
    .prom1 {
        font-size: 25px !important;
        line-height: 25px !important;
        }
    
    }
    
    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {
    
    }
    
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    
    }
    
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    
    .prom1 {
        font-size: 45px !important;
        line-height: 45px !important;
        }
    
    }
    
     /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
    
    }