.header-btn a{
  text-transform: capitalize;
  padding: 10px 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #006600;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: "DM Sans", sans-serif;  
  max-width:127px;
  width: 100%;
  border: 1px solid #006600;
  display: block;
  text-align: center;
  height: 41px;
}
.header-btn a:hover{
  background:#006600;
  color: #fff;
}
