body.widget-snippet .header-button {
  max-width: 500px;
  margin: 50px 0 0;
}
.header-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-button > div {
    display: flex;
    align-items: center;
}
.header-button a {
  font-family: 'ITC Avant Garde Gothic Std';
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.16px;
  text-decoration: underline;
  padding: 0;
 margin: 0 0 0 20px;
  white-space: nowrap;
}
.header-button a:hover{
   color:#FE5C36;
  text-decoration: underline;
}
.header-button a.join-btn{
text-decoration: none; 
  color: #fff;
  background: #FE5C36;
  border-radius: 60px;
  max-width: 169px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 23px 13px;
  transition: all 300ms ease-out 0s;
  font-weight: 500;
  height: 43px;
}
.header-button a.join-btn:hover{
  text-decoration: none;
  background: #f72f00;
  color: #fff;
  
}