.wrapper {
 height: 80px; 
  position: fixed; 
  width: 100%; 
  z-index: 9; 
  left: 0; 
  background: white; 
  
  overflow: hidden; 
  box-sizing: border-box;
}

.wrapper img {
  width: 84px;
  height: 84px;
}

.flex {
display: flex; 
  padding: 0 40px; 
  justify-content: space-between; 
  align-items: center;
}

.button-wrapper {
/*  width: 600px;  */
}
 
  
/* a {
  text-decoration: none !important; 
  font-size: 14px; 
  background: #02b0f3;
  border-radius: 3px; 
  color: white !important;
  display: inline-block;
  position: relative;
  font-weight: 600;
/*   width: auto !important; */
} */

.button-wrapper > a {
  text-decoration: none !important; 
  font-size: 14px; 
  background: #02b0f3;
  border-radius: 3px; 
  color: white !important;
  font-weight: 600;
/*   width: auto !important; */
}
.no-a {
  text-decoration: none !important; 
  padding: 9px 22px; 
  font-size: 14px; 
  background: #02b0f3;
  border-radius: 3px; 
  display: inline-block;
  position: relative;
  color: white !important;
/*   width: auto !important; */
}