body{
      overflow-x:hidden;
}

@media only screen
and (max-width : 1000px){ 
.comp{
display: none;
}
}
@media only screen
and (min-width : 1000px){ 
.mobile{ display: none;
}
}


input[type=text],input[type=mail],input[type=tel]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  
}



h2{
    font-weight:bold;
text-align:center;
}



input[type=submit]{
    margin-top:20px;
    font-weight:bold; background:darkblue; padding:5px 5px 5px 5px;   width:60%; color:#fff;  border:none;
}


input[type=submit]:hover{
        font-weight:bold; background:#c1b22e; padding:5px 15px 5px 15px;  color:#072654; font-size:16px;
      
}
 

