.map-section {
    padding: 60px 5%;
    background-color: #FDF7EF;
    text-align: center;
    font-family: "Poiret One", sans-serif;
  }
  
  .map-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .map-container iframe {
    width: 100%;
    max-width: 800px;
    height: 450px;
    border: none;
    border-radius: 8px;
  }

  h2 {
    font-size: 1.5rem;
    font-weight: lighter;
    margin-left: 60px;
    margin-bottom: 50px;
  }

  .map-section p {
    font-size: 1.5rem;
    line-height: 1.6;
  }

    /* Tablet og mobil */
  @media (max-width: 768px) {
    h2 {
        font-size: 1.2rem;
        margin-left: 30px;
        margin-bottom: 30px;
      }

    .map-section p {
        font-size: 1.2rem;

      }
  }