.contact_header h1 {
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  color: #eb2771;
  font-size: 32px;
  margin-bottom: 20px;
}

.contact_header p {
  font-size: 16px;
}

.contact_header a {
  color: #eb2771;
}

.contact_header_text {
  margin: 20px 0;
}

.contact_header iframe {
  max-width: 100%;
}

.adress {
  font-size: 20px;
  line-height: 30px;
  display: inline-flex;
  flex-direction: row;
  gap: 80px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin: 30px 0 60px;
  background: #eaeaea;
  padding: 30px;
}

legend.legend span {
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  font-size: 20px;
}

@media (max-width: 730px) {
  .adress {
    flex-direction: column;
    gap: 30px;
  }
}