.a-text-content {
  max-width: 708px;
  margin: 0 auto;
}
.a-text-content b,
.a-text-content strong {
  font-weight: 700;
}
.a-text-content em {
  font-style: normal;
  font-weight: 700;
}
.a-text-content p {
  margin: 28px 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.125rem;
}
.a-text-content p:first-child {
  margin-top: 0;
}
.a-text-content p:last-child {
  margin-bottom: 0;
}
.a-text-content p.a-lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.0125rem;
  margin-bottom: 32px;
}
.a-text-content p.a-accent {
  padding: 36px 28px;
  border: 3px solid #40b93c;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.0625rem;
  letter-spacing: 0.01375rem;
}
.a-text-content h1,
.a-text-content h2,
.a-text-content h3,
.a-text-content h4 {
  margin: 0 0 16px 0;
}
.a-text-content h1 + *,
.a-text-content h2 + *,
.a-text-content h3 + *,
.a-text-content h4 + * {
  margin-top: 16px;
}
.a-text-content h1,
.a-text-content h2,
.a-text-content h3,
.a-text-content h4 {
  font-family: MuseoSansCyrl, serif;
  color: #000000;
  margin: 0;
}
.a-text-content h1 {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 900;
}
@media only screen and (min-width: 1025px) {
  .a-text-content h1 {
    font-size: 3.25rem;
    line-height: 3.875rem;
  }
}
.a-text-content h2 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 900;
}
@media only screen and (min-width: 1025px) {
  .a-text-content h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.a-text-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
}
@media only screen and (min-width: 1025px) {
  .a-text-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.a-text-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}
.a-text-content img {
  max-width: 100%;
  display: block;
  margin: 40px 0;
}
.a-text-content ul,
.a-text-content ol {
  margin: 28px 0;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.125rem;
}
.a-text-content ul:first-child,
.a-text-content ol:first-child {
  margin-top: 0;
}
.a-text-content ul:last-child,
.a-text-content ol:last-child {
  margin-bottom: 0;
}
.a-text-content ul li,
.a-text-content ol li {
  padding: 0 0 0 28px;
}
.a-text-content ul li + li,
.a-text-content ol li + li {
  margin: 4px 0 0 0;
}
.a-text-content ul li {
  position: relative;
}
.a-text-content ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #40b93c;
  position: absolute;
  left: 0;
  top: 18px;
  margin-top: -4px;
}
.a-text-content ol {
  counter-reset: numberedList;
}
.a-text-content ol li {
  position: relative;
}
.a-text-content ol li:before {
  counter-increment: numberedList;
  content: counter(numberedList) ".";
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 2.125rem;
  color: #40b93c;
  position: absolute;
  left: 0;
  top: 0;
}
.a-text-content a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.125rem;
  color: #40b93c;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-skip-ink: none;
  text-decoration-color: transparent;
  transition: text-decoration 0.3s;
}
.a-text-content a:visited {
  color: #40b93c;
}
.a-text-content a:hover {
  color: #000000;
  text-decoration-color: #000000;
}