
.section {
    &.content-section {
        background-color: #fff;
        color: black;

        &.last {
            padding-bottom: 8em;
        }

        & > header {
            & > .section-title {
                color: black;
                text-shadow: none;
            }
        }

        & > main {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 1em;
            font-family: sans-serif;
            word-break: break-word;

            & a {
                color: #e28903;
                text-decoration: none;
            }

            & .property-group {
                color: #555555;
            }
        }
    }

    & > main {
        display: block;
        margin-bottom: 4em;
        font-family: sans-serif;
        font-size: 1.25em;

        & > h3 {
            font-family: 'ZCOOLKuaiLe-Regular', sans-serif;
        }
    }
}
