.labs__target span {
  font-weight: 600;
}

.stand__we {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 135px;
}

.stand__we-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.03em;
}

.stand__we-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 145px;
  padding-left: 0;
}

.stand__we-list-item {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.03em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stand__we-list-item span {
  color: var(--m-aqua);
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.stand__info {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.03em;
  text-align: left;
  max-width: 981px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  word-break: break-word;
}

.stand__info span {
  color: var(--m-aqua);
}

.circles:has(.stand__circles)::after {
  content: "";
  width: 132px;
  height: 132px;
  background-color: #2ab5af;
  border-radius: 50%;
  position: absolute;
  top: -69px;
  right: 290px;
}

.stand__circles {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.stand__circles::before {
  content: "";
  width: 353px;
  height: 353px;
  background-color: #0094ae;
  border-radius: 50%;
  position: absolute;
  top: -145px;
  left: 75px;
}

.stand__circles::after {
  content: "";
  width: 645px;
  height: 645px;
  background-color: #0094ae;
  border-radius: 50%;
  position: absolute;
  bottom: -358px;
  right: -255px;
}

.stand__circles::before::before {
  content: none;
}

.stand .standard__numbers-desc-container {
  margin-top: 0;
}

@media screen and (max-width: 1419px) {
  .stand__we {
    grid-template-columns: auto;
    gap: 40px;
  }
  .stand__we-list-item span {
    font-size: 24px;
    line-height: 32px;
  }
  .stand__we-list-item {
    font-size: 20px;
    line-height: 28px;
    gap: 8px;
  }
  .stand__info {
    font-size: 32px;
    line-height: 38px;
  }
  .section.stand:has(.circles) {
    margin-top: 60px;
  }
  .section.stand {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1280px) {
  .stand__we-list {
    gap: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .stand__we-list {
    gap: 30px;
  }
  .stand__circles::before,
  .stand__circles::after {
    content: none;
  }
  .circles:has(.stand__circles)::after {
    content: none;
  }
  .stand__info {
    text-align: center;
  }
  .section.stand_numbers {
    background: rgba(0, 148, 174, 0.1);
    padding-bottom: 60px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 747px) {
  .stand__we-title {
    font-size: 32px;
    line-height: 42px;
  }
  .stand__we-list {
    grid-template-columns: 1fr;
    padding-left: 0;
    gap: 40px;
    margin-top: 0;

  }
}

