.btn-blue-link {
  display: inline-block;
  padding: 8px 35px 7px;
  background: #2b2967;
  border: solid 1px #2b2967;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 22px;
  transition: all .3s ease;
  cursor: pointer;
}

.btn-blue-link:hover, .btn-blue-link:focus {
  background: #fff;
  color: #2b2967 !important;
  text-decoration: none;
}