.contact {
  border-radius: 0;
  border-bottom: 3px solid white;
  cursor: default;
}

.contact-container {
  position: absolute;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  left: 25%;
  top: 50%;
  text-align: center;
  font-size: 1.3rem;
}

.email {
  text-decoration: underline;
  font-weight: bold;
}

.contact-container ul li {
  list-style-type: none;
}

.zk {
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
  font-size: 2rem;
  font-style: italic;
  font-family: 'adam.cg pro';
}

.contact-container ul {
  padding: 15px;
}

.contact-img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 70%;
  height: 600px;
  border: 3px solid white;
}

@media only screen and (max-width: 1400px) {
  .contact-img {
    /* height: 200px;
    left: 78%;
    border: 2px solid white; */
    display: none;
  }

  .contact-container {
    left: 50%;
    font-size: 1rem;
  }

  .contact-container ul {
    padding: 30px;
  }

  .zk {
    white-space: nowrap;
  }

  .contact {
    border-bottom: 2px solid #202020;
  }
}
