#central-body {
    background-color: var(--g-module-bg-color);
}

#technical-faq {
    & {
        font-weight: 500;
        font-size: clamp(14px, calc(26 / 1920 * 100vw), 26px);
        margin-bottom: clamp(14px, calc(24 / 1920 * 100vw), 24px);
    }

    h3 {
        margin-bottom: clamp(16px, calc(24 / 1920 * 100vw), 24px);
    }
    p {
        margin-bottom: clamp(16px, calc(24 / 1920 * 100vw), 24px);
    }

    p, li {
        max-width: 1300px;
        line-height: 1.4;
    }
}
