.hosting-specs {
  background-color: #fff;
  color: #1e293b;
}

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

.hosting-specs__title {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f172a;
}

.hosting-specs__lead {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #64748b;
}

.hosting-specs__layout {
  display: grid;
  gap: 2.5rem;
  margin-top: 2.75rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .hosting-specs__layout {
    grid-template-columns: 1fr minmax(12rem, 16rem) 1fr;
    gap: 2rem 3rem;
  }
}

.hosting-specs__col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hosting-specs__group-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

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

.hosting-specs__list li {
  position: relative;
  padding-left: 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.85;
  color: #475569;
}

.hosting-specs__list li::before {
  content: '';
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border: 1px solid #94a3b8;
  border-radius: 9999px;
  background-color: #fff;
}

.hosting-specs__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
}

@media (min-width: 1024px) {
  .hosting-specs__visual {
    order: 0;
  }
}

.hosting-specs__visual svg {
  width: 100%;
  max-width: 14rem;
  height: auto;
}
