.btn-border_1 {
  display: inline-block;
  width: 350px;
  text-align: center;
  background-color: #0091AF;
  border: 1px solid #0091AF;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  padding: 18px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border_1:hover {
  background-color: #ffffff;
  border-color: #0091AF;
  color: #0091AF;
}


