.list-title {
  margin-top: 72px;
  margin-bottom: 72px;
}

.list-title__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.list-title__description {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -0.01em;
}

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

.list-title__wrapper {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.list-item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin-top: 3px;
}

.list-item__text ul {
  margin-top: 7px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  margin-left: 29px;
}

.list-item__text ul li {
  line-height: 200%;
}

.list-item__text ul li em {
  font-style: normal;
  text-decoration: underline;
}

.list-item {
  display: flex;
  gap: 28px;
}

.list-title__head h2 {
  letter-spacing: 0;
  line-height: 120%;
}

.list-title__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

@media screen and (max-width: 768px) {
  .list-title__head {
    gap: 40px;
  }

  .list-title {
    gap: 45px;
    padding-bottom: unset;
  }

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

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

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