.widget-snippet .header-button a {
  display: block;
  max-width: 202px;
  width: 100%;
  webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: 'Suisse Int l'; 
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  text-decoration: none;
  background: #AB8F09;
  padding: 16px 5px;
  text-align: center;
  margin:0;
}
.widget-snippet .header-button a:hover{
  background:#000;
  color:#fff;
}
body.widget-snippet .header-button{
  max-width:300px;
  padding:50px;
  display: block;
  width:100%;
}

