:root {
  --section-11-bg-color: #006699;
  --section-11-txt-color: white;
}
.section-11 {
  padding: 0;
  text-align: center;
  scroll-margin-top: 0rem;
}
.section-11-content {
  background-color: var(--section-11-bg-color);
  color: var(--section-11-txt-color);
  height: 85vh;
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: center;
  height: fit-content;
  box-sizing: border-box;
  font-size: var(--overall-size);
}
.section-11-content h1 {
  margin: 0;
  margin-bottom: calc(var(--overall-size) + 1rem);
  font-size: calc(var(--overall-size) + 0.5rem);
}
.section-11-content h3 {
  font-weight: 400;
  font-size: calc(var(--overall-size));
  margin: 0;
  margin-bottom: var(--overall-size);
}
.section-11-content h3.header-list-title {
  margin-bottom: 0;
  text-align: left;
}
.section-11-content ul {
  font-weight: 100;
  text-align: left;
  font-size: calc(var(--overall-size) - 0.75rem);
  padding-left: var(--overall-size);
}
.section-11 .button1,
.section-11 .button2 {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  width: 75%;
  margin: 10px auto;
  padding: 10px 20px;
  border: 1px solid #fff;
  background: transparent;
  color: var(--section-11-bg-color);
  cursor: pointer;
}
.section-11 .button1 {
  background: white;
  color: var(--section-11-bg-color);
}
.section-11 .button2 {
  background: transparent;
  color: var(--section-11-txt-color);
}
.section-11 .custom-shape-divider-top-1718139774 svg {
  margin-top: -5px;
  position: relative;
  display: block;
  width: 100%;
  height: 83px;
}
.section-11 .custom-shape-divider-top-1718139774 .shape-fill {
  fill: var(--section-11-bg-color);
}

.jurivox-list-text {
  color: var(--section-42-txt-color);
  text-align: left;
  position: relative;
  font-size: calc(var(--overall-size) * 0.6);
}

.jurivox-list-header {
  color: gray;
  text-align: left;
}

#jurivox-header-list-container {
  margin-left: 2%;
}

#jurivox-header-list-container ul {
  margin: 0;
  padding: 0;
  color: #333;
}

#jurivox-header-list-container ul {
  margin-left: 2%;
}

/* ------------------- RESPONSIVE ------------------- */
@media (max-width: 768px) {
  .section-11-content h1 {
    font-size: 0.8em
  }
  .section-11-content h3 {
    font-size: 0.5em
  }
  .section-11-content {
    font-size: calc(var(--overall-size) * 1.5);
  }
  .section-11-content ul {
    font-size: calc(var(--overall-size));
  }
}
@media (min-width: 2000px) {
  :root {
    --overall-size: 4rem;
  }
}
