.ContentContainer > .ContentFrame {
    display: block;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom left, #fff1e6, #ffffff, #fff9ed);
}
    .ContentContainer > .ContentFrame > .GroupHeaderFrame {
        display: block;
        text-align: center;
        margin: 30px 0px 50px 0px;
        padding: 0%;
        width: 100%;
        height: auto;
        transition: 0.5s;
    }

    .ContentContainer > .ContentFrame > .ContentSection {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
        margin-bottom: 50px;

/*                            background-color: aqua;*/
    }
        .ContentContainer > .ContentFrame > .ContentSection > .SectionHeader {
            display: flex;
            align-items: flex-start;
            width: 90%;
            height: auto;
            margin-bottom: 20px;

/*                                background-color: lightcoral;                                */
        }
            .ContentContainer > .ContentFrame > .ContentSection > .SectionHeader > .HeaderText {
                display: block;
                font-weight: 600;
                color: orange;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);  

/*                                    background-color: aquamarine;*/
            }
        .ContentContainer > .ContentFrame > .ContentSection > .SectionBody {
            display: flex;
            align-items: flex-start;
            width: 90%;
            height: auto;

/*                                background-color: lightcoral;                                */
        }
            .ContentContainer > .ContentFrame > .ContentSection > .SectionBody > .BodyText {
                display: block;
                text-align: justify;
                line-height: 25px;

/*                                    background-color: aquamarine;*/
            }

.fs_GroupHeader { font-size: 30px; font-weight: 400; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
.fs_HeaderText { font-size: 22px; }
.fs_BodyText { font-size: 18px; }

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 600px) { 

    .fs_GroupHeader { font-size: 6.0vw; }
    .fs_HeaderText { font-size: 20px; }
    .fs_BodyText { font-size: 16px; }

}

@media screen and (max-width: 400px) {

    .fs_GroupHeader { font-size: 7.0vw; }

}