/* body {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    font-size: 16px;
    line-height: 1.6;
} */

.default-content p,
.default-content span {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.default-content h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #000;
}

.default-content h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #000;
}

.default-content h3 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #000;
}

.default-content h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #000;
}

.default-content h5,
.default-content h6 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #000;
}

.default-content ul,
.default-content ol {
    margin-bottom: 20px;
}

.default-content li {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.default-content div {
    margin-top: 70px;
}

.default-content .content-group {
    margin-top: 50px;
}