.btn-border_li {
  display: inline-block;
  width: 220px;
  text-align: center;
  background-color: #A78D00;
  border: 1px solid #A78D00;
  font-style: normal;
  font-size: 16px; 
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0.5em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_li:hover {
  background-color: #ffffff;
  border-color: #A78D00;
  color: #A78D00;
}

.btn-border_li2 {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #e85298;
  border: 1px solid #e85298;
  font-style: normal;
  font-size: 16px; 
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0.5em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_li2:hover {
  background-color: #ffffff;
  border-color: #e85298;
  color: #e85298;
}

.btn-border_li3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #864A2B;
  border: 1px solid #864A2B;
  font-style: normal;
  font-size: 16px; 
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0.5em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_li3:hover {
  background-color: #ffffff;
  border-color: #864A2B;
  color: #864A2B;
}

.btn-border_li4 {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #F15A22;
  border: 1px solid #F15A22;
  font-style: normal;
  font-size: 16px; 
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0.5em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_li4:hover {
  background-color: #ffffff;
  border-color: #F15A22;
  color: #F15A22;
}

.btn-border_li5 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
  font-style: normal;
  font-size: 16px; 
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0.5em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_li5:hover {
  background-color: #ffffff;
  border-color: #39b54a;
  color: #39b54a;
}