.event-text {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
.event-text strong {
  display: inline-block;
  font-family: 'vida_32_proregular';
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
}
@media (min-width: 1280px) {
  .event-text {
    width: 70%;
  }
}
.event-contacts h1 {
  font-family: 'vida_32_proregular';
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  vertical-align: middle;
  text-transform: uppercase;
  margin: var(--col-gap) 0 var(--col-sup-gap) 0;
}
.event-map-container {
  width: 100%;
  aspect-ratio: 1;
  background-color: lightsalmon;
}
a {
  color: var(--archi-blue);
  text-decoration: none;
}
.event-contacts-details {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  font-family: 'vida_32_proregular';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
.event-contacts-details a {
  text-decoration: none;
}
@media (min-width: 1540px) {
  .event-contacts-details {
    font-size: 24px;
    line-height: 36px;
  }
}
.event-contacts-details .linear {
  display: flex;
  align-items: center;
}
.event-contacts-details .linear a {
  color: black;
}
.event-contacts-details .linear i {
  margin: 0 20px 0 0;
}
.event-contacts-details .linear.links a {
  color: var(--archi-blue);
}
.event-contacts-details h4 {
  font-family: 'vida_32_proregular';
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1540px) {
  .event-contacts-details h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
