section p.paragraph {
    text-indent: 2em;
}

section h3, label h4 {
    margin-bottom: 0.3rem !important;
    font-weight: 200 !important;
    font-size: 18pt;
}

.text-white *:not(input):not(select):not(textarea), 
.text-white *:not(input):not(select):not(textarea):hover, 
.text-white *:not(input):not(select):not(textarea):active {
    color: white;
}

.ql-editor {
    box-sizing: none !important;
    line-height: 1.42 !important;
    height: auto !important;
    white-space: normal !important;
    background-color: white;
    margin: 1px 0 !important;
    padding: 2rem 5rem !important;
    /* border-radius: 0.2rem; */
    border-left: 0.6rem solid var(--dark);
    border-right: 0.6rem solid var(--dark);
}

.ql-editor * {
    color: black !important;
    /* color: white !important; */
}

.stage {
    border-radius: 50% !important;
    border: 0px !important;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}
.question {
    text-indent: -1.22em; 
    padding-left: 1.22em;
}

.job-content {
    padding: 0 4rem;
}

@media (max-width: 900px) {
    .job-content {
        padding: 0;
    }
}