.contact-map {
  background-color: #F5F3F2;
}
.contact-map .content_container_ {
  display: flex;
  align-items: center;
  justify-content: end;
}
.contact-map .filter {
  width: 40%;
  padding: 100px 0;
  padding-right: 120px;
  max-width: 450px;

}
.contact-map .filter select {
  padding: 15px 20px;
  border: 0;
  background-color: #FFF;
  width: 100%;
  margin-bottom: 20px;
  font-size: 17px;
}
.contact-map .filter select:last-child {
  margin-bottom: 40px;
}
.contact-map .map {
  width: 60%;
}
.contact-map .info {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
}
.contact-map .contact-info .info > div {
  display: flex;
}
.contact-map .info > span {
  font-weight: 600;
}
.contact-map .info .svg {
  max-height: 15px;
  max-width: 15px;
  margin-right: 10px;
  top: 6px;
  position: relative;
}
.contact-map .info .button {
  margin-top: 30px;
}
.contact-map .map {
  position: relative;
}
.contact-map .map .acf-map {
  min-height: 850px;
}

@media only screen and (max-width: 768px) {
  .contact-map .content_container_ {
    flex-direction: column;
  }
  .contact-map .filter,
  .contact-map .map {
    width: 100%;
  }
  .contact-map .filter {
    padding: 60px 20px;
  }
  .contact-map .map .acf-map {
    min-height: 350px;
  }
}
