.btn {
  font-family: 'Magistral';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  background-color: var(--orange);
  color: white;
  padding: 12px 50px;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  text-decoration: none !important;
}
.btn-small {
  font-size: 12px;
  padding: 8px 18px 4px 18px;
}