body.widget-snippet .header-btn{
  padding: 10px;
}
.header-btn a {
   max-width: 164px;
    margin: 0;
    display: block;
    padding: 6px 10px;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 600;
    font-size:20px;
     line-height: 32px;
    height: 46px;
    font-family: 'outfit';
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #121132;
    width: 100%;
    border-radius: 0;
}
.header-btn a:hover {
  background: #fff;
  color: #121132;
}
