.widget-snippet .header-buttons {
    display:flex;
}

.widget-snippet .header-buttons a{
  font-family: Armin Grotesk;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #000;
  padding: 12px 10px 9px;
  display: block;
  background: #fff;
  text-align: center;
  text-decoration:none;
  width: 222px;
  margin: 0 9px;
  border-radius: 6px;
  border:2px solid #fff;
}
.widget-snippet .header-buttons a:last-child{
  background: transparent;
  margin-right:0;
  color:#fff;
}
.widget-snippet .header-buttons a:last-child:after{
  content:url("/template/bb11f4da/images/head-icon.svg");
  margin-left:10px;
}

.widget-snippet .header-buttons a:hover{
  background: #10CEF4;
  color: #fff;
  border-color:#10CEF4;
}
body.widget-snippet .header-buttons a{
margin: 60px 0 0 0;
}
body.widget-snippet .header-buttons a:hover{
  background:#343434;
  color: #062A45;
}
@media screen and (max-width: 1200px){
  .widget-snippet .header-buttons a{
  max-width:200px;
}
}
@media screen and (max-width: 991px){
  .widget-snippet .header-buttons a{
  max-width:190px;
}
}
@media screen and (max-width: 767px){
  .widget-snippet .header-buttons {
    max-width: 100%;
}
 .responsive .widget-snippet .header-buttons a {
   max-width: 50%;
    width: 100%;
    margin: 0;
    border-radius: 0;
    font-size: 15px;
padding:8px;
}
}
