.quill h2 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
}

@media (max-width: 650px) {
    .quill h2{
        font-size: 16px;
    }
}

.quill p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

.quill ul {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 20px;
    list-style: disc;
}

.quill li {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.quill a {
    text-decoration: underline;
    color: var(--color-accent);
}