.list-image--spec img {
  min-width: 60px;
  min-height: 60px;
}

.list-image--spec .list-item__content {
  margin-top: 13px;
}

.list-image__item-list {
  margin-top: 40px;
}

.list-item__image {
  margin-top: -5px;
}

.list-item {
  margin-top: 30px;
}

.list-image__item-list .list-item:first-child {
  margin-top: 0;
}

.list-image__title p {
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.list-image__text ul {
  margin: 0 0 0 30px;
}

.list-image__wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .list-image__wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .list-item__image {
    display: flex;
    justify-content: center;
  }

  .list-item__image img {
    max-width: 189px;
  }

  .list-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .list-item__icon img {
    max-width: 43px;
  }

  .list-image__item-list {
    margin-top: unset;
  }
}
