.hosting-includes {
  background-color: #f8fafc;
  color: #1e293b;
}

.hosting-includes__header {
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hosting-includes__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
}

.hosting-includes__lead {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #64748b;
}

.hosting-includes__grid {
  display: grid;
  gap: 2rem 2.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .hosting-includes__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 3rem;
  }
}

.hosting-includes__col {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hosting-includes__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-height: 2.75rem;
  padding: 0.375rem 0;
  font-size: 0.9375rem;
  line-height: 1.35;
  color: #334155;
}

.hosting-includes__check {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 9999px;
  color: #7c3aed;
  background-color: #ede9fe;
}

.hosting-includes__check svg {
  width: 0.75rem;
  height: 0.75rem;
}

.hosting-includes__label {
  flex: 1;
  min-width: 0;
}
