@media (min-width: 1600px) {

    .h1-main {font-size: 9em!important;}
}


@media (max-width: 500px) {
  .hide-on-mobile {
    display: none !important;
  }
    .history-p {width: 100%;}
/* 
    input:not([type="file" i], [type="image" i], [type="checkbox" i]), 
    textarea, 
    .wpcf7-submit {
        width: 100%;
    } */

    
}