.product-map {
  margin: 48px 0;
}

.map {
  width: 100%;
  height: 660px;

  @media (max-width: 767px) {
    height: 515px;
  }
}
