.kontakt-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 1rem; 
  box-sizing: border-box;
}

/* .kontakt-wrapper img {
  max-width: 100%;
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
} */
 .kontakt-wrapper img {
  max-width: 700px; /* bilden blir aldrig bredare än 700px */
  width: auto;       /* naturlig bredd tills max 700px */
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: block;
  margin: 0 auto;   /* centrera bilden */
}

.kontakt-text p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.kontakt img {
  display: block;
  margin: 1rem auto 2rem;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}