.dark-section {
  background-color: #f3f4f6;
  padding: 20px;
}

.backdrop_hjem {
  /*min-height: 100vh;*/
  background-size: cover;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  /*backdrop-filter: blur(4px);*/
  width: 100%;
}

.backdrop_hjem img {
  width: 100%;
  background-position: center;
  max-height: 500px;
  object-fit: cover;
}

.over-img-text {
  max-height: fit-content;
  color: #f3f4f6;
  text-align: center;
  max-width: 100%;
}

.text-over-img-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.455);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px); /* Add this for Safari */
  white-space: pre-line;
}

.logo-wrapper {
  padding: 20px 28px; /* vertical | horizontal */
  box-sizing: border-box;
}

.image-content img {
  max-width: 500px;
  width: 100%;
  height: auto; /* 👈 important */
  object-fit: contain;
}

/*sponsor*/
.title-section {
  padding: 60px 20px;
  text-align: center;
  margin-top: 20px;
}

.title-section h1 {
  font-size: 36px;
  margin-bottom: 12px;
  color: #0b1322;
}

.title-section h3 {
  font-size: 18px;
  color: #5fe3b4;
}

@media (max-width: 400) {
  .title-section h1 {
    font-size: 28px;
  }

  .title-section h3 {
    font-size: 16px;
  }

  .image-content img {
    max-width: 260px;
    width: 100%;
    height: auto; /* 👈 important */
    object-fit: contain;
    padding: 10px;
  }
  .logo-wrapper {
    padding: 20px 28px; /* vertical | horizontal */
    box-sizing: border-box;
  }
}
