.elevate-container {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.horizontal-features--dark {
  background: black;
  h2,
  .benefit-icon,
  .benefits-list {
    color: white;
  }
}

.horizontal-features {
  .benefits-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }

  .benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
