.widget-snippet .header-button a {
  display: block;
  background: #F26725;
  border-radius: 70px;
  text-transform:capitalize;
  padding: 10px 5px;
  text-align: center;
  max-width: 165px;
  width: 100%;
  font-family:"Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.widget-snippet .header-button a:hover{
  background:#fff;
  color:#F26725;
}
body.widget-snippet .header-button{
  max-width:300px;
  padding:50px;
  background:#000;
  display: block;
  width:100%;
}
body.widget-snippet .header-button a {
  float:unset; 
}
@media screen and (max-width:767px){
.widget-snippet .header-button a {
 max-width: 130px;
padding: 8px;
font-weight: 600;
font-size: 13px;
color: #FFFFFF;
letter-spacing: -0.1px;
}
}
