.widget-snippet .footer-button a {
  display: block;
  background: #F26725;
  border-radius: 70px;
  text-transform:capitalize;
  padding: 10px 5px;
  text-align: center;
  max-width: 120px;
  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;
  float:right;
}
.widget-snippet .footer-button a:hover{
 background: #000;
color: #fff;
}
body.widget-snippet .footer-button{
  max-width:300px;
  padding:50px;
  background:#000;
  display: block;
  width:100%;
}
body.widget-snippet .footer-button a:hover{
 background:#F26725;
color: #fff;
}
body.widget-snippet .footer-button a {
  float:unset; 
}
@media screen and (max-width: 1300px){
.widget-snippet .footer-button a {
  max-width: 190px;
  float: right;
}
}
@media screen and (max-width:767px){
.widget-snippet .footer-button a {
  max-width: 150px;
  float: right;
  font-size: 15px;
  padding: 8px;
  font-weight: 500;
}  
}
@media screen and (max-width:320px){
.widget-snippet .footer-button a {
  max-width: 125px;
  padding: 5px;
  letter-spacing: -0.5px;
  font-size: 14px;
}
}
