/* ==========================================================================
   contact.css — Contact page
   ========================================================================== */

.contact__info {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact__name {
  font-size: 1.5rem;
  font-weight: 600;
}

.contact__map {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact__map-frame {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.contact__map-frame iframe {
  border: 0;
  width: 100%;
  height: 60vh;
}
