.btn_wrapper .btn_text {
  background: transparent
    linear-gradient(
      360deg,
      #604900 0%,
      #a87000 28%,
      #e5b000 59%,
      #fff277 86%,
      #8a5d02 100%
    )
    0% 0% no-repeat padding-box;
  color: #650000;
  text-transform: uppercase;
  font-size: 22px;
  padding: 3px 20px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid #d89000;
  border-radius: 7px;
  width: fit-content;
  font-family: Roboto Slab;
}

@media (min-width: 0px) and (max-width: 574px) {
  .btn_wrapper .btn_text {
    font-size: 12px;
    padding: 5px 15px;
  }
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .btn_wrapper .btn_text {
    font-size: 13px;
    padding: 7px 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn_wrapper .btn_text {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn_wrapper .btn_text {
    font-size: 20px;
    padding: 4px 12px;
  }
}
