.content p {
    margin-bottom: 40px
}

.content li {
    margin-bottom: 40px;
    list-style: disc;
    margin-left: 20px
}

.content li:last-child {
    margin-bottom: 0
}

.content ul,
.content ol {
    margin-bottom: 0
}

.content ul li::marker {
    color: var(--brand1);
}

.content li p {
    margin-bottom: 0
}

.content ul+p,
.content ol+p {
    margin-top: 40px
}

.content>*:last-child {
    margin-bottom: 0;
}

.content :where(p:last-of-type) {
    margin-bottom: 0 !important;
}