.kontakt-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 1rem; /* lägger till sidomarginal på mindre skärmar */
  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-text {
  max-width: 650px;
  margin: 0 auto;
} */

.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;
}