.button1 {
    background-color: #18b0e3; 
border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
   font-family: Arial;
font-weight: bold;
    font-size: 16px !important;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    cursor: pointer;
border-radius: 30px;
}

.button1:hover {
    background-color: #178cb4;
    color: white;
border: none;
}
.aeris{
 display: flex;
      align-items: center;
    }

.hs-horizontal-spacer{
 width: 200px;
    }
.logo {
display: flex;
justify-content: space-around;
      align-items: center;
  }
.numero {
display: flex;
      align-items: center;
  }
@media only screen and (max-width: 768px) {
  .numero {
   display:none; 
  }