.wysiwyg-content h3 {
    font-size: 20px;
    font-family: "Moderat-Bold" !important;
    margin-bottom: 8px;
    margin-top: 48px;
    color: #1C45F5;
}

.wysiwyg-content h3:first-of-type {
    margin-top: 0;
}

.wysiwyg-content p {
    line-height: 1.4;
    margin-bottom: 16px;
    font-family: "Moderat-Light" !important;
}

.wysiwyg-content p strong {
    font-family: "Moderat-Medium" !important;
}

.wysiwyg-content p:last-of-type {
    margin-bottom: 0;
}

.wysiwyg-content ul {
    padding-left: 16px;
    margin-bottom: 16px;
}

.wysiwyg-content ul li {
    list-style: disc;
    font-family: "Moderat-Light" !important;
    line-height: 1.4;
}

.wysiwyg-content a,
.wysiwyg-content a:visited {
    color: #1C45F5;
}

