.btn-border_pr1 {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #288271;
  border: 1px solid #288271;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 1.0em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_pr1:hover {
  background-color: #ffffff;
  border-color: #288271;
  color: #288271;
}

.btn-border_pr2 {
  display: inline-block;
  width: 320px;
  text-align: center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.8em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_pr2:hover {
  background-color: #ffffff;
  border-color: #39b54a;
  color: #39b54a;
}