.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0px;
  background-color: var(--gray-12);
  gap: 40px;
}

.contact-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  width: 100%;
  max-width: 1280px;
}

.contact a {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
}

.contact a:hover {
  color: var(--gray-6);
}

.contact svg {
  display: block;
  height: 32px;
  width: 32px;
  color: var(--white);
}

.contact p {
  font-size: 21px;
  font-weight: 600;
  color: var(--white);
  max-width: 300px;
}