.btn-border_re1 {
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #37bef0;
  border: 1px solid #37bef0;
  font-style: normal;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0.4em 0.8em;
  border-radius:2px;
  transition: .3s;
}

.btn-border_re1:hover {
  background-color: #ffffff;
  border-color: #37bef0;
  color: #37bef0;
}

.btn-border_re2 {
  display: inline-block;
  text-align: center;
  width: 240px;
  background-color: #E95504;
  border: 1px solid #E95504;
  font-style: normal;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 0.8em;
  border-radius:6px;
  transition: .3s;
}

.btn-border_re2:hover {
  background-color: #ffffff;
  border-color: #E95504;
  color: #E95504;
}

.btn-border_re2_no {
  display: inline-block;
  text-align: center;
  width: 240px;
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf;
  font-style: normal;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 0.8em;
  border-radius:6px;
  transition: .3s;
}

