/* MAP */

.map-frame {
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: var(--radius-xl);
}

/* CONTACT */

.contact-title {
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 5px;
}

/* MOBILE */

@media(max-width:768px) {

  .map-frame {
    height: 350px;
  }

}
