.button-primary.invert {
  background-color: var(--white);
  color: var(--orange-send);
  border: 1px solid;
  font-weight: 600;
}

.button-alternative.blue {
  color: #003676;
  border: 1px solid;
  font-weight: 600;
}

.button_p_orange.secpmdary.mobile {
  margin-top: 1rem;
}

.button_blue.orange {
  background-color: var(--orange-send);
}