.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, .wysiwyg-content ol li {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 12px;
}
.wysiwyg-content ol{
    padding-left: 15px;
}

.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;
}

.wysiwyg-content .content-divider{
    margin-bottom: 55px;
}

.wysiwyg-content .attachment-heading{
    font-size:24px;
    text-align:center
}

.wysiwyg-content table{
    border: 1px solid #eee;
    margin: 0 0 20px;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}

.wysiwyg-content table td{
    border: 1px solid #eee;
    padding: 6px 20px;
}
.wysiwyg-content table td:first-child{
    width: 15%;
}
.wysiwyg-content .inner-point{
    margin-left: 40px;
    margin-bottom: 20px;
}

@media screen and (max-width: 899px){
    .wysiwyg-content .content-divider{
        margin-bottom: 40px;
    }
    .wysiwyg-content table td:first-child{
        width: 35%;
    }
    .wysiwyg-content table td{
        padding-left: 10px;
        padding-right: 10px;
    }
    .wysiwyg-content .inner-point{
        margin-left: 20px;
    }
}

.wbf-bg .wysiwyg-content>ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D51254;
    position: absolute;
    left: 0;
    top: 6px;
}
.wbf-bg .wysiwyg-content>ul li>ul li::before {
    border: 1px solid #D51254;
    width: 7px; height: 7px;
    background-color: transparent;
}
.wbf-bg .wysiwyg-content{
    margin-bottom: 50px;
}

.wp-block-table * {
    font-size: 16px;
    color: #565656;
}
.wp-block-table{
    width: 100%;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    overflow-x: auto;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    border: 1px solid #1b1b1d;
}

.wp-block-table thead {
    border-bottom: unset;
}

.wp-block-table thead th {
    font-weight: bold;
    padding: 15px;
    border: 1px solid #1b1b1d;
    color: #1b1b1d;
}
.wp-block-table table td{
    border: 1px solid #1b1b1d;
    padding: 15px;
}
.wp-block-table td > p:last-child{
    margin-bottom: 0;
}
.wp-block-table td:last-child {
    min-width: 192px;
}
.wp-block-table td:nth-child(2) {
    min-width: 480px;
}
.wp-block-table td:nth-child(1) {
    min-width: 480px;
}
.wp-block-table th {
    text-align: left;
}

@media screen and (max-width: 599px) {
    .wp-block-table td:first-child {
        min-width: 288px;
    }
}

.wysiwyg-content>ul li strong{
    color: #1b1b1d;
}