body.widget-snippet .header-btn,
.fee .header-btn{
  padding: 10px;
}
.header-btn a {
  max-width: 197px;
  margin: 0;
  display: block;
  padding: 9px 10px;
  color: #fff;
  border: 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  height: 40px;
  font-family: 'Sora';
  transition: all 300ms ease-out 0s;
  text-decoration: none;
  background: #2D9FAB;
  width: 100%;
  border-radius: 70px;
}
.header-btn a:hover{
  background: #000;
  color: #fff;
}
