 /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        #h1_p {
                 font-family:true_liesregular,Arial,sans-serif;
                 font-size:22px;
                 margin-bottom:25px;
                 letter-spacing:-2px;
                 -ms-transform:rotate(-10deg);
                 -webkit-transform:rotate(-10deg);
                 transform:rotate(-10deg)
        }
        h2{font-size:20px;}
       .texto { font-size:12px;}
        .clientes img{width:70px; height: 50px;}
        .big-icon { font-size: 200px;}
        .big-icon2 { color: #00ffde !important; font-size: 70px;}        
}
   
    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
        h2{font-size:20px;}
        .clientes img{width:70px; height: 50px;}
       .texto { font-size:12px;}
        .big-icon { font-size:200px;}        
        .big-icon2 { color: #00ffde !important; font-size: 70px;}       
}
    
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
      
}

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .clientes img{width:120px; height: 80px}
        .big-icon2 { color: #00ffde !important; font-size: 95px;}
}

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        .clientes img{width:140px; height: 100px}
        .big-icon  {font-size:95px}
        h2{font-size:45px}
               p { font-size: 18px;}   
                       .big-icon2 { color: #00ffde !important; font-size: 95px;}        
}