#cont {
  z-index: 999;
  padding: 60px var(--pCon) 0 var(--pCon);
}
#cont .contact {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
#cont .contact a {
  padding: 0;
  width: 25vw;
  height: 20vh;
  margin-bottom: 20px;
  line-height: 20vh;
  text-align: center;
}
@media (max-width: 600px) {
  #cont .contact a {
    width: 40vw;
    height: 10vh;
    line-height: 10vh;
  }
}
@media (max-width: 385px) {
  #cont .contact a {
    width: 37vw;
    height: 10vh;
    line-height: 10vh;
    font-size: 0.8em;
  }
}
