.TextPageWrapper {
    background: #1c1c1c;
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100vw;
    min-height: calc((100vh - 110px) - 325px);
    position: relative;
}

.SectionContent {
    min-height: calc((100vh - 110px) - 325px);
    padding-bottom: 0px;
}