.wysiwyg-content h3,
.wysiwyg-content h2 {
    font-size: 22px;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.wysiwyg-content h4 {
    font-size: 20px;
    margin-bottom: 18px;
}

.wysiwyg-content>ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.wysiwyg-content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.wysiwyg-content>ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ea4555;
    position: absolute;
    left: 0;
    top: 8px;
}

/* Targets iOS devices in landscape mode  */
@supports (-webkit-touch-callout: none) {
    @media(orientation: landscape) and (max-width:900px) {
        .wysiwyg-content>ul li::before {
            top: 14px;
        }
    }
}

.wysiwyg-content>ul li>ul li::before {
    border: 1px solid #ea4555;
    background-color: #fff;
}

.wysiwyg-content>ul li>ul {
    margin-top: 10px;
}

.wysiwyg-content>ul li:last-child {
    margin-bottom: 20px;
}

.wysiwyg-content a {
    color: #4a90e2;
    word-break: break-word;
}

.wysiwyg-content strong a {
    font-weight: inherit;
}

.wysiwyg-content i a {
    font-weight: inherit;
}

.wysiwyg-content>ol li {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 12px;
}

.wysiwyg-content .btn.btn-primary:hover {
    background: #fff;
    color: #ea4555;
    border-color: #ea4555;
    transition: .5s;
    text-decoration: none;
}

.wysiwyg-content .btn {
    border: 2px solid;
    color: #fff;
    letter-spacing: 1.4px;
    outline: 0;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 5px 15px;
    line-height: 20px;
    min-width: unset;
    text-transform: uppercase;
    transition: .5s;
    display: inline-block;
    text-align: center;
}

.wysiwyg-content .btn-primary {
    border-color: #ea4555;
    background: #ea4555;
}

.wysiwyg-content p:empty {
    display: none;
    margin: 0;
}

.wysiwyg-content .m-top {
    margin-top: 25px;
}

.wysiwyg-content .opt-title,
.wysiwyg-content .mb-bot {
    margin-bottom: 5px;
}

.wysiwyg-content .lp {
    letter-spacing: -1.74px;
}

.wysiwyg-content ol.decList {
    margin-bottom: 34px;
}

.wysiwyg-content a.remove-anchor-color {
    color: unset;
}