.facts_ME {
  width: 100%;
}

.facts_ME__inner {
  display: flex;
  align-items: flex-start;
}

.facts_ME__item {
  width: 242px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.facts_ME__icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #F3EEFF;
  flex-shrink: 0;
}

.facts_ME__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.facts_ME__headline {
  color: #000000;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
}

.facts_ME__preheadline {
  color: #525252;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.facts_ME__description {
  color: #525252;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media (max-width: 767px) {
  .facts_ME__inner {
    flex-direction: column;
    gap: 32px;
  }

  .facts_ME__item {
    width: 100%;
  }
}
.facts_ME__inner {
  width: 1140px;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.facts_ME__content {
  display: flex;
  flex-direction: column;
}

.facts_ME__preheadline {
  margin-bottom: 4px;
}

.facts_ME__headline {
  margin-bottom: 4px;
  line-height: 1;
}

@media (max-width: 767px) {
  .facts_ME__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.facts_ME {
  display: flex;
  justify-content: center;
}
.facts_ME__item {
  width: 242px;
  height: 78px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.facts_ME__icon {
  align-self: center;
}
.facts_ME {
  width: 100%;
  display: flex;
  justify-content: center;
}
.facts_ME {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .facts_ME {
    margin-top: var(--facts-me-mt-mobile);
    margin-bottom: var(--facts-me-mb-mobile);
  }
 @media (max-width: 767px) {
  .facts_ME__inner {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .facts_ME__item {
    width: 100%;
    max-width: 242px;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .facts_ME__icon {
    align-self: auto;
  }

  .facts_ME__content {
    width: 100%;
    text-align: center;
  }

  .facts_ME__preheadline,
  .facts_ME__headline,
  .facts_ME__description {
    text-align: center;
  }
}
}
}