.btn-border_re1 {
  display: inline-block;
  width: 460px;
  text-align: center;
  background-color: #0091DB;
  border: 1px solid #0091DB;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 1.0em;
  border-radius: 4px;
  transition: .4s;
}

.btn-border_re1:hover {
  background-color: #ffffff;
  border-color: #0091DB;
  color: #0091DB;
}

.btn-border_re2 {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #22AC38;
  border: 1px solid #22AC38;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 0.8em;
  border-radius: 4px;
  transition: .4s;
}

.btn-border_re2:hover {
  background-color: #ffffff;
  border-color: #22AC38;
  color: #22AC38;
}