.btn-gradient {
  background: #ee3420 !important;
  background: linear-gradient(
    180deg,
    rgba(238, 52, 32, 1) 0%,
    rgba(244, 112, 22, 1) 100%
  ) !important;
}


