.pello__section h1,
.pello__section h2 {
  font-weight: var(--font-weight--bold);
}

.list__pello {
  margin-bottom: var(--spacer);
}

.list__pello ul {
  list-style: none;
  padding: 0;
  font-family: var(--h3-font);
  font-size: var(--h3-font-size--mobile);
  font-weight: var(--font-weight--bold);
  line-height: var(--h3-line-height);
  letter-spacing: var(--h3-letter-spacing);
  text-transform: var(--h3-text-transform);
}

@media (min-width: 768px) {
  .list__pello ul {
    font-size: var(--h3-font-size);
  }
}

.list__pello li {
  margin-bottom: var(--spacer--xs);
}

.list__pello li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../assets/svgs/arrow-pello.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: var(--spacer);
  vertical-align: middle;
}

.section-statistic.pello__section h2 {
  font-family: var(--h1-font);
  font-size: var(--h1-font-size--mobile);
  line-height: var(--h1-line-height);
  letter-spacing: var(--h1-letter-spacing);
  text-transform: var(--h1-text-transform);
  margin-bottom: var(--spacer);
}

@media (min-width: 768px) {
  .section-statistic.pello__section h2 {
    font-size: var(--h1-font-size);
  }
}

@media (max-width: 767px) {
  #pello-info .statistic__image {
    display: none;
  }
}