body.widget-snippet .header-button {
  padding:20px 0px;
}
.header-button {
  display: flex;
  align-items: center;
}
.header-button a {
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  padding: 0;
  font-family: 'Lexend';
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-button a:hover{
  color: #008DF2;
  text-decoration: none;
}
.header-button a:first-of-type{
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
  margin: 0 24px 0 0;
}
.header-button a:first-of-type:hover{
  color: #008DF2;
  border-bottom: 1px solid #008DF2;
}
.header-button a:last-of-type{
  max-width: 146px;
  margin: 0;
  display: block;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 18px;
  height: 40px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  background: #008DF2;
  width: 100%;
  border-radius: 50px;
}
.header-button a:last-of-type:hover{
  background: #000;
  text-decoration: none;
}
