/* Главная: текстовый блок из [[*content]] между hero и секциями темы */
.urb-home-content {
  padding: 56px 0 48px;
  background: #fff;
}

@media (max-width: 991px) {
  .urb-home-content {
    padding: 40px 0 32px;
  }
}

.urb-home-content__article {
  max-width: 920px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: #000;
}

.urb-home-content__article h1 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.urb-home-content__article h2 {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  margin: 1.25em 0 0.5em;
}

.urb-home-content__article h3 {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  margin: 1.2em 0 0.5em;
}

.urb-home-content__article p {
  margin: 0 0 1em;
}

.urb-home-content__article ul,
.urb-home-content__article ol {
  margin: 0 0 1em;
  padding-left: 1.35em;
}

.urb-home-content__article li {
  margin: 0 0 0.35em;
}

.urb-home-content__article a {
  color: #2052c4;
  text-decoration: underline;
}

.urb-home-content__article img {
  max-width: 100%;
  height: auto;
}
