.sitemap-container {
  background-image: url('../../images/backgrounds/lab-background.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}

.sitemap-links {
  position: relative;
  z-index: 1;
  background-color: white;
  padding: 2rem;
  width: 100%;
}

.links {
  color: var(--Coral, #F16B50);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  text-decoration: underline;
  text-decoration-thickness: 0;
}

.links li a {
  color: var(--color-coral);
  font-family: var(--font-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
}

.sitemap {
  max-width: 1200px;
  margin-block: 0;
  margin-inline: 96px 120px;
  align-items: center;
  position: relative;
  padding-block: 60px;
  padding-inline: 24px;
}

.sitemap h1 {
  color: var(--color-charcol);
  font-family: var(--font-tilt-neon);
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
  padding-bottom: 10px;
}

.sitemap h3 {
  color: var(--color-charcol);

  /* H3 */
  font-family: var(--font-tilt-neon);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sitemap p {
  color: #1d2d3a;
  font-family: var(--font-agenda);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: left;
  line-height: normal;
}



.left-pipe-col {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

@media (max-width: 1024px) {
  .sitemap {
    flex-direction: column-reverse;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .left-pipe-col {
    position: static;

    .desktop-pipe {
      display: none;
    }
  }
}

@media (max-width: 767px) {

  .sitemap {
    padding: 40px 24px 50px;
    text-align: left;
  }
  .sitemap h1 {
    font-size: 52px;
  }

  .sitemap p {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .left-pipe-col {
    position: static;
    margin-top: 30px;
    text-align: center;
    margin-left: 16px;
  }

  .left-pipe-col img {
    max-width: 100%;
    height: auto;
  }
}
