.menu-link-parent-text {
  color: #2a3668 !important;
}

.contact-us-container {
  color: #2a3668;
}

.header-section {
  background-image: url("../images/kontak/bg_img.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.header-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.5);
  /* Black overlay with 50% opacity */
  z-index: 1;
  /* Ensures the overlay is above the background image */
}

.sponsorship-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-section p,
.sponsorship-section p {
  line-height: 3.3rem;
  margin: 0;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  position: relative;
}

.header-section-wrapper,
.sponsorship-section {
  padding: 5rem 4rem;
}

.contact-person-container {
  border-radius: 10px;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  font-style: italic;
  width: 250px;
  border: 1px #da6525 solid;
  background-color: #da6525;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-top: 50px;
  z-index: 2;
}

.contact-person-container p {
  font-size: 18px;
  margin: 0;
  line-height: unset;
  text-align: center;
  width: 100%;
}

.contact-person-container > div {
  gap: 5px;
}

.contact-person-container img {
  width: 90%;
  cursor: pointer;
}

/** mobile **/
@media (max-width: 700px) {
  .header-section-wrapper,
  .sponsorship-section {
    padding: 6rem 0rem;
  }

  .header-section p,
  .sponsorship-section p {
    line-height: 2rem;
    font-size: 24px;
  }

  .mobile-flex-column {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .contact-person-container {
    margin-top: 15px;
  }

  .contact-list-wrapper {
    margin-top: 20px;
  }
}
