.btn-border_pr1 {
  display: inline-block;
  width: 270px;
  text-align: center;
  background-color: #0091DB;
  border: 1px solid #0091DB;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0.9em;
  border-radius: 4px;
  transition: .4s;
}

.btn-border_pr1:hover {
  background-color: #ffffff;
  border-color: #0091DB;
  color: #0091DB;
}

.btn-border_pr2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #0091DB;
  border: 1px solid #0091DB;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0.9em;
  border-radius: 4px;
  transition: .4s;
}

.btn-border_pr2:hover {
  background-color: #ffffff;
  border-color: #0091DB;
  color: #0091DB;
}
