/* ---------- */
.acf-content h1,
.acf-content h2,
.acf-content h3,
.acf-content h4,
.acf-content h5,
.acf-content h6,
.acf-content p {
    all: revert;
    display: revert;
    /* font-family: initial; */
    font-size: initial;
    line-height: initial;
    color: initial;
    margin: initial;
}
.acf-content p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1em 0;
}

.acf-content h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: bold;
}

.acf-content h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
    font-weight: bold;
}

.acf-content h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
    font-weight: bold;
}

.acf-content ul {
    list-style: disc inside;
    margin: 1em 0;
    padding-left: 20px;
}

.acf-content ol {
    list-style: decimal inside;
    margin: 1em 0;
    padding-left: 20px;
}

.acf-content {
    font-size: 20px;
    line-height: 1.5;
    color: initial;
    flex: 1;
}
.acf-content h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: bold;
}
.acf-content h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
    font-weight: bold;
}
.acf-content h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
    font-weight: bold;
}
.acf-content h4 {
    font-size: 1em;
    margin: 1.12em 0;
    font-weight: bold;
}
.acf-content h5 {
    font-size: 0.83em;
    margin: 1.5em 0;
    font-weight: bold;
}
.acf-content h6 {
    font-size: 0.67em;
    margin: 1.67em 0;
    font-weight: bold;
}
.acf-content p {
    margin: 1em 0;
}
.acf-content ul {
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 40px;
}
.acf-content ol {
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 40px;
}
.acf-content li {
    margin-bottom: 0.5em;
}
.acf-content blockquote {
    margin: 1em 40px;
    font-style: italic;
}
.acf-content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1em 0;
}
.acf-content th,
.acf-content td {
    padding: 0.5em;
    border: 1px solid #ccc;
    text-align: left;
}
.acf-content a {
    color: #0000ee;
    text-decoration: underline;
}
.acf-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0;
}
.acf-content pre {
    font-family: monospace;
    background: #f4f4f4;
    padding: 1em;
    overflow-x: auto;
}
.acf-content code {
    font-family: monospace;
    background: #f4f4f4;
    padding: 2px 4px;
    border-radius: 3px;
}
section.bottom-text-banner {
    padding: 50px 0;
}

.container.bottom-text-banner-container {
    display: flex;
    gap: 0 100px;
}