.info-map__img {
  display: flex;
  object-fit: cover;
  width: 100%;
}
.info-map {
  position: relative;
}
.info-map::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../../assets/icons/contact-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.info-map__list {
  display: flex;
  justify-content: space-between;
}
.info-map__list > li {
  max-width: 392px;
  flex: 1;
}
.info-map__item strong {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-style: normal;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.info-map__content,
.info-map__content a {
  text-transform: uppercase;
  color: #191d23;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: "trajan-pro-3", serif;
  line-height: 31.5px;
}
.info-map__content > p:not(:last-of-type) {
  margin-bottom: 23px;
}
.info-map__content a span {
  opacity: 0.6;
}
.info-map__item {
  position: relative;
}

.info-map__separator {
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
}
.info-map__list {
  gap: 20px;
}
.info-map__list > li {
  flex: 1;
}
.info-map__content a {
  word-wrap: break-word;
}
@media only screen and (max-width: 1440px) {
  .archive-hero__title {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .info-map__list {
    flex-wrap: wrap;
    gap: 40px;
    flex-direction: column;
  }
  .archive-hero__title {
    max-width: 60%;
  }
  .info-map__list > div {
    width: 100%;
    height: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-hero__title {
    max-width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .archive-hero__title {
    max-width: 100%;
    font-size: 50px;
  }
  .wpcf7-acceptance label span,
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
  }
  .info-map__content > p:not(:last-of-type) {
    margin-bottom: 13px;
  }
  .info-map__list {
    gap: 30px;
  }
  .info-map__list > li {
    flex: unset;
    width: 100%;
  }
  .info-map__content,
  .info-map__content a {
    font-size: 14px;
  }
  .contact-form__wrapper input,
  .contact-form__wrapper textarea {
    padding: 10px 0;
    font-size: 16px;
  }
}
.acf-map {
  height: 100%;
}
.acf-map {
  min-height: 350px;
}
@media only screen and (max-width: 991px) {
  .acf-map {
    margin-top: 10px;
  }
}
