.widget-snippet .header-button a{
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 25px;
letter-spacing: 0.02em;
color: #062A45;
padding:12px 10px 13px 10px;
width:100%;
display: block;
background: #24E0C5;
text-align: center;
text-decoration:none;
max-width: 215px;
margin: 0 auto;
}
.widget-snippet .header-button a:hover{
  background: #062a45;
  color: #fff;
}
body.widget-snippet .header-button a{
margin: 60px 0 0 0;
}
body.widget-snippet .header-button a:hover{
  background:#24E0C5;
  color: #062A45;
}
@media screen and (max-width: 1200px){
  .widget-snippet .header-button a{
  max-width:200px;
}
}
@media screen and (max-width: 991px){
  .widget-snippet .header-button a{
  max-width:190px;
}
}
@media screen and (max-width: 767px){
.widget-snippet .header-button a{
font-size: 15px;
padding:8px;
max-width:110px;
}
}
