.text-list {
  max-width: 1440px;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  padding: 30px 24px;
  position: relative;
}
.text-list__title {
  text-align: center;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.text-list__title p span, .text-list__title p b {
  font-weight: 700;
  color: var(--amc-main-color);
}
@media screen and (max-width: 768px) {
  .text-list__title {
    font-size: 28px;
  }
}
.text-list__text {
  font-size: 18px;
  line-height: 1.5;
}
.text-list__text p span, .text-list__text p b {
  font-weight: 700;
  color: var(--amc-main-color);
}
.text-list__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  list-style: none;
}
.text-list__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.text-list__item-text {
  font-size: 18px;
}
.text-list__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/*# sourceMappingURL=style.css.map */
