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

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