/* ========================= spots ========================== */

.spot-container {
  position: relative;
}

.spot {
  position: absolute;
  z-index: -1;
}

.spot--spot_15 {
  height: auto;
  width: 222px;
  top: 1469px;
  left: -70px;
  transform: rotate(60deg);
}

.spot--spot_16 {
  height: auto;
  width: 303px;
  top: 159px;
  left: 721px;
  transform: rotate(76deg);
}

.spot--spot_17 {
  height: auto;
  width: 348px;
  top: 1506px;
  left: 775px;
  transform: rotate(298deg);
}

.spot--spot_18 {
  height: auto;
  width: 370px;
  top: 694px;
  left: -64px;
  transform: rotate(358deg);
}

@media (max-width: 600px) {

  .spot--spot_15 {
    height: auto;
    width: 257px;
    top: 2186px;
    left: -13px;
    transform: rotate(230deg);
  }

  .spot--spot_16 {
    height: auto;
    width: 181px;
    top: 0;
    left: 21px;
  }

  .spot--spot_17 {
    height: auto;
    width: 300px;
    top: 398px;
    left: 137px;
  }
}

.section-description-container--measure-lexile {
  position: relative;
  margin-top: -32px;
}

/* ========================= A data-driven approach to reliable Lexile® scores ========================== */

.A-data-driven-approach {
  display: grid;
  margin: 120px 0px 0px;
  gap: 40px;
}


.A-data-driven-approach h3 {
  text-align: center;
}

.A-data-driven-approach__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  grid-template-areas: "text image";
  align-items: end;
}

.A-data-driven-approach__text-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  grid-area: text;
}

.A-data-driven-approach__text-block-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0;
  margin: 0;
}

.A-data-driven-approach__image {
  grid-area: image;
}

@media (max-width: 600px) {


  .A-data-driven-approach {
    margin: 40px 0px 24px;
    gap: 20px;
  }

  .A-data-driven-approach__title h2 {
    text-align: center;
    margin: 0 auto;
  }

  .A-data-driven-approach__text-block {
    gap: 20px;
    padding: 0;
  }

  .A-data-driven-approach__list {
    gap: 16px;
  }
}


@media (max-width: 768px) {

  .A-data-driven-approach__content {
    grid-template-columns: 1fr;
    gap: 28px;
    grid-template-areas:
      "image"
      "text";
  }
}

/* ========================= Designed for precision and practicality ========================== */


.Designed-for-precision {
  display: flex;
  flex-direction: column;
  margin: 120px 0px 0px;
  gap: 80px;
}

.Designed-for-precision__title {
  display: flex;
  justify-content: center;
  font-size: var(--capti-typography--h1-font-size);
  font-weight: var(--capti-typography--h1-font-weight);
  line-height: var(--capti-typography--h1-line-height);
  margin: 0;

}

.Designed-for-precision__content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
  flex-grow: 1;
}

.Designed-for-precision__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 0;
  margin: 0;
}

@media (max-width: 600px) {

  .Designed-for-precision {
    flex-direction: column;
    margin: 80px 0px 40px;
    gap: 20px;
  }

  .Designed-for-precision__title {
    text-align: center;
    font-size: var(--capti-typography--h3-font-size);
    font-weight: var(--capti-typography--h3-font-weight);
    line-height: var(--capti-typography--h3-line-height);
    margin: 0;
  }

  .Designed-for-precision__content {
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
  }

  .Designed-for-precision__list {
    gap: 16px;
  }
}
