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

.spot-container {
  position: relative;
}

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

.spot--spot_1 {
  width: 319px;
  top: -127px;
  left: -84px;
  transform: rotate(1deg);
}

.spot--spot_2 {
  width: 370px;
  top: 303px;
  left: 803px;
  transform: rotate(351deg);
}

.spot--spot_3 {
  width: 420px;
  top: 623px;
  left: -5px;
  transform: rotate(159deg);
}

.spot--spot_4 {
  width: 248px;
  top: 855px;
  left: 839px;
  transform: rotate(222deg);
}


@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;
  }
}


/* ========================= Content ========================== */

.Why-progress-monitoring-matters .vertical-bullet-points-row__methods .bullet-point-vertical .square-icon.square-icon--92 {
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
}

@media (max-width: 768px) {

  .Why-progress-monitoring-matters {
    margin: 40px 0px 0px;
    gap: 16px;
  }

  .Why-progress-monitoring-matters .bullet-point-vertical {
    gap: 12px;
  }
}

/* ====================== Clear visuals, tailored insights ===================== */
.Clear-visuals {
  display: grid;
  margin: 80px 0;
  gap: 40px;
  justify-content: center;
}

.Clear-visuals__title {
  margin: 0 auto;
  text-align: center;
}

.Clear-visuals__subtitle {
  margin: 0 auto;
  text-align: center;
  color: var(--capti-color--brand-violet);
}

.Clear-visuals__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 768px) {

  .Clear-visuals {
    gap: 20px;
  }

  .Clear-visuals__content {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .Clear-visuals__content .assertion .square-icon.square-icon--92 {
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
  }
}


/* ================================  Designed-for-continuous-growth ============================ */

.Designed-for-continuous-growth {
  display: grid;
  margin: 120px 0px 0px;
  gap: 64px;
}

.Designed-for-continuous-growth__title h3 {
  text-align: center;
}

.Designed-for-continuous-growth__content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 32px;
  flex-grow: 1;
}

.Designed-for-continuous-growth__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 0;
  margin: 0;
}

.Designed-for-continuous-growth__image {
  flex: 1;
}

@media (max-width: 768px) {

  .Designed-for-continuous-growth {
    gap: 20px;
    margin: 80px 0px 40px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .Designed-for-continuous-growth__content {
    flex-direction: column;
  }

  .Designed-for-continuous-growth__list {
    gap: 16px;
  }
}
