.header {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.header .header-inner {
  width: 33.333%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header-logo {
  width: 180px;
  height: auto;
}

.header .header-recruiter-link {
  display: inline-block;
  padding: 8px 16px;
  color: #2ba6cb;
  text-decoration: none;
  border: 1px solid #2ba6cb;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
}
