.pageGeneric {
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;

    .topic-title-text{
        padding: 1rem 4rem;
    }

    h1 {
        font-weight: 700;
        text-transform: uppercase;
        margin: 40px 0;
    }
    p {
        margin-bottom: 20px;
    }

    h3 {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    ul {
        list-style: none;
        margin-bottom: 10px;
    }

    thead, tbody, td {
        border: 1px solid var(--blue);
    }
}