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