.seo_text_outer  .wrapper {
    background-color: whitesmoke;
    padding: 40px 0;
}
.seo_text_outer  .wrapper * {
    color: rgb(63, 63, 63);
}
.seo_text_outer .content {
    position: relative;
    display: block;
    height: auto;
    max-height: 320px;
    overflow-y: auto;
}
.seo_text_outer .content::-webkit-scrollbar {
    width: 2px;
    background-color: whitesmoke;
}


.seo_text_outer .content::-webkit-scrollbar-thumb {
    background-color: var(--clr-1);
    outline: 1px solid var(--clr-1);
}

.seo-auto-block {
    padding: 24px 0 8px;
}

.seo-auto-block h2 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.25;
}

.seo-auto-block h3 {
    margin: 18px 0 6px;
    font-size: 20px;
    line-height: 1.35;
}

.seo-auto-block p {
    margin: 0 0 10px;
    color: #343434;
    line-height: 1.6;
}

.seo-h1-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
