.contact {
  min-height: 100vh;
  position: relative;
  color: var(--color-white);
}

.contact h1{
	color: var(--color-yellow) !important;
}

.contact a {
  text-decoration: none;
  font-family: var(--font-primary);
  text-transform: uppercase;
  font-weight: 800;
}

.menu-social-container a {
  font-size: clamp(1rem, 0.4286rem + 2.8571vw, 3rem);
}

.contact__content--email-phone a {
  font-size: clamp(1.2rem, 0.6857rem + 2.5714vw, 3rem);
  line-height: 1.2;
  white-space: break-spaces;
}

.contact__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  text-align: center;
}

.contact__social ul {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

@media (max-width: 991px) {
  .contact__content--email-phone a {
    margin-block-end: 0.5rem;
  }
}
