.column-sticky-menu {
    margin-top: 270px;
}


.realStoryPageContent {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.realStoryPageSection {
    width: 100%;    
    background-color: transparent;
}

.realStoryPageSection .realStoryPageSection-header {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}

.realStoryPageSection .realStoryPageSection-content {
    padding-left: 32px;
    color: var(--blue-70);
}

@media only screen and (max-width: 800px) {
    .realStoryPageSection .realStoryPageSection-content {
        padding-left: 0;
    }
}

.realStoryPageSection .realStoryPageSection-content p {
    color: inherit;
}

.real-story-quote {
    position: relative;
    padding-left: 54px !important;
}

.real-story-quote .left-quote {
    position: absolute;
    left: 24px;
    top: 28px;
}

@media only screen and (max-width: 800px) {
    .page-subtitle {
        font-size: 1rem;
        line-height: 110%;
    }

    .page-title {
        font-size: 22px;
        line-height: 110%;
    }

    .page-tags {
        flex-wrap: wrap;
    }

    .page-tags > div {
        font-size: 12px;
        line-height: 150%;
        white-space: nowrap;
    }

    .page-tags i {
        height: fit-content;
    }
}