

.btn-primary {
  display: inline-block;
  background: #be123c;
  color: #ffffff;
  border: 0.125em solid #be123c;
  border-radius: 0.5em;
  padding: 0.8em 1.7em;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.btn-primary:hover {
  background: #ffffff;
  color: #be123c;
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: #be123c;
  border: 0.125em solid #be123c;
  border-radius: 0.5em;
  padding: 0.7em 1.5em;
  font-weight: 600;
  font-size: 0.95em;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.btn-secondary:hover {
  background: #be123c;
  color: #ffffff;
}
