.btn-border_1 {
  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: 1.0em 0em 1.0em 0em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_1:hover {
  background-color: #ffffff;
  border-color: #A78D00;
  color: #A78D00;
}

.btn-border_2 {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #8CC63F;
  border: 1px solid #8CC63F;
  font-style: normal;
  font-size: 17px; 
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0.6em 0em 0.6em 0em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_2:hover {
  background-color: #ffffff;
  border-color: #A78D00;
  color: #A78D00;
}
