.info_protection_content {
    max-width: 980px;
    margin: 0 auto;
}

.info_protection_doc {
    padding: clamp(1.1rem, 3vw, 2rem);
}

.info_protection_doc h1,
.info_protection_doc h2,
.info_protection_doc h3,
.info_protection_doc h4,
.info_protection_doc h5,
.info_protection_doc h6 {
    color: var(--info-text);
    letter-spacing: -0.02em;
}

.info_protection_doc p,
.info_protection_doc li {
    color: var(--info-text);
    line-height: 1.85;
}
