.lang-switch {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.lang-switch .btn {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lang-switch .btn.active,
.lang-switch .btn:hover {
  background: #fff;
  color: #111;
}

.resume-contact a {
  color: inherit;
  text-decoration: none;
}

.resume-contact a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .lang-switch {
    position: static;
    transform: none;
    margin: 0.5rem auto 0.25rem;
    display: inline-flex;
  }
}
