.node--type-page{margin-bottom:4rem}.node--type-page .field--name-field-paragraphs>.field__item{margin:var(--margin-y) 0}

.left-icon-text-container {
  max-width: 800px;
  margin: 0 auto;
}

.left-icon-text-title {
  font-size: 28px;
  font-weight: 700;
  color: #2e205f;
  margin-bottom: 20px;
}

.left-icon-text-desc {
  font-size: 16px;
  margin-bottom: 30px;
}

.icon-text-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.icon-text-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.icon img {
  max-width: 100%;
  height: auto;
}

.text {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
}
