.btn-border_ha1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 0.7em;
  background-color: #da6487;
  border: 1px solid #da6487;
  font-style: normal;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); /*14px 16px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.8em 1.5em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_ha1:hover {
  background-color: #ffffff;
  border-color: #da6487;
  color: #da6487;
}