.bg-gradient-primary {
    background: linear-gradient(180deg, #b67f00 10%, #be8500 100%) !important;
    color: #0000 !important;
}


.btn-link {
  font-weight: 400;
  color: #E3AC29!important;
  text-decoration: none;
}

.text-primary {
  color: #E3AC29 !important;
}

.btn-primary {
  color: #fff;
  background-color: #E3AC29;
  border-color: #E3AC29;
}