.btn-border_re1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #00B5EE;
  border: 1px solid #00B5EE;
  font-style: normal;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.6em 2em 0.6em 2em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_re1:hover {
  background-color: #ffffff;
  border-color: #00B5EE;
  color: #00B5EE;
}

.btn-border_re2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #F8B754;
  border: 1px solid #F8B754;
  font-style: normal;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5em 0.8em 0.5em 0.8em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_re2:hover {
  background-color: #ffffff;
  border-color: #F8B754;
  color: #F8B754;
}

.btn-border_re3 {
  display: inline-block;
  width: 380px;
  text-align: center;
  background-color: #A78D00;
  border: 1px solid #A78D00;
  font-style: normal;
  font-size: 17px; 
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0.8em 0em 0.8em 0em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_re3:hover {
  background-color: #ffffff;
  border-color: #A78D00;
  color: #A78D00;
}
