.textpage__section {
    padding: 50px 0 110px;
    background: var(--kmnd-body-background-secondary);
}
.textpage__breadcrumbs {
    margin-bottom: 58px;
}

.article h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-family: var(--kmnd-body-font-family-primary);
    letter-spacing: 0.05em;
    color: var(--kmnd-body-color-primary);
    margin-top: 0;
    margin-bottom: 37px;
    line-height: 2.938rem;
}
.article h2 {
    text-transform: uppercase;
    font-size: 2rem;
    font-family: var(--kmnd-body-font-family-primary);
    letter-spacing: 0.05em;
    color: var(--kmnd-body-color-primary);
    margin-top: 37px;
    margin-bottom: 37px;
    line-height: 2.938rem;
}
.article hr {
    margin: 0;
    border: none;
    border-top: solid 1px #939392;
}
.article h3 {
    font-size: 1.5rem;
    line-height: 2.188rem;
    margin-bottom: 37px;
    margin-top: 37px;
    text-transform: uppercase;
    font-family: var(--kmnd-body-font-family-primary);
    color: var(--kmnd-body-color-primary);
}
.article h4 {
    font-size: 1rem;
    line-height: 1.188rem;
    margin-bottom: 27px;
    margin-top: 27px;
    text-transform: uppercase;
    font-family: var(--kmnd-body-font-family-primary);
    color: var(--kmnd-body-color-primary);
}
.article p {
    font-size: 1rem;
    line-height: 1.188rem;
    color: var(--kmnd-body-color-secondary);
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}
.article p a {
    text-decoration: underline;
    color: inherit;
}

.article ol {
    counter-reset: kmnd-counter;
    list-style: none;
}
.article ol li {
    font-size: 1rem;
    line-height: 1.188rem;
    color: var(--kmnd-body-color-secondary);
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    counter-increment: kmnd-counter;
/*display: flex;*/
}
.article ol li a {
    text-decoration: underline;
    color: inherit;
}
.article ol li:before {
    content: "1." counter(kmnd-counter) ".";
    margin-right: 16px;
}
.article .infocenter__right ol li:before {
    content: none;
}
.article ul {
    list-style: none;
    padding-left: 45px;
    margin: 1em 0 1em;
}
.article ul li {
    font-size: 1rem;
    line-height: 1.188rem;
    color: var(--kmnd-body-color-secondary);
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    counter-increment: none;
}
.article ul li:before {
    content: "";
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: var(--kmnd-body-color-secondary);
    position: relative;
    top: -3px;
    margin-right: 15px;
}
.article ul li a {
    text-decoration: underline;
    color: inherit;
}
.article img {
    display: block;
    width: 100%;
    margin-top: 49px;
    margin-bottom: 22px;
    height: auto;
}
@media (max-width: 576px) {
    .textpage__section {
        padding: 27px 0 45px;
    }
    .textpage__breadcrumbs {
        margin-bottom: 21px;
    }

    .article h1 {
        font-size: 2rem;
        letter-spacing: normal;
        line-height: 2.313rem;
        margin-bottom: 21px;
    }
    .article hr {
        width: 100vw;
        margin-left: -15px;
    }
    .article h3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .article p {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .article h2 {
        font-size: 1.5rem;
        letter-spacing: normal;
        line-height: 2.313rem;
        margin-bottom: 21px;
        margin-top: 21px;
    }

    .article ol li {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .article ul li {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .article img {
        margin-top: 34px;
        margin-bottom: 22px;
    }
    .article img.mobile-fullwidth {
        width: 100vw;
    }
}
@media (max-width: 350px) {
    .article h1 {
        font-size: 1.7rem;
    }
}
.article .privacy_policy hr{
  margin-bottom: 37px;
}
.article .privacy_policy h2{
margin: 0 0 1.5rem 0;
    font-size: 2rem;
    line-height: inherit;
}
.article .privacy_policy h3{
  margin-bottom: 1em;
}
.article .privacy_policy p{
    margin-bottom: 1.5em;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: normal;
}
.article .privacy_policy ul{
padding-left: 45px;
    margin: 0.5em 0 1em;
    list-style: disc;
}
.article .privacy_policy li{
     margin: 5px 0;
    text-transform: none;
    letter-spacing: normal;
}
.article .privacy_policy ul li:before{
    content: none;
}