.btn-box button {
  background: #ace916 !important;
  color: #1a2020 !important;
  box-sizing: border-box;
  width: 100%;
  border: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.btn-box button:active,
.btn-box button:hover {
  background: #ffffff !important;
}
.btn-box-light button {
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  border: 1px solid #5fc48d !important;
  background: #1a2020 !important;
  color: #fff !important;
  height: 60px;
  width: 220px;
}
.btn-box-light button:active,
.btn-box-light button:hover {
  background: #ace916 !important;
  border: 1px solid #5fc48d !important;
  color: #000 !important;
}
@media screen and (max-width: 1000px) {
  .contract-btn button {
    height: 48px;
  }
}
