@import "./modules/mainforpages.css";

.article__title {
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 1.4;
}
.article__intro {
  font-weight: bolder;
  margin-bottom: 20px;
  line-height: 1.4;
}
.article__steps {
  list-style-type: decimal;
  list-style-position: inside;
}
.article__step {
  margin-top: 15px;
  line-height: 1.4;
}
h4 a {
  word-break: break-all;
}
