.wcl-notes-block {
    padding: 37px 33px 40px 33px;
    border-radius: 16px;
    background: #F4F6F8;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #4B4B4B;
}

.wcl-notes-block .data-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
}

.wcl-notes-block .data-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
}

.wcl-notes-block .data-content p:last-child {
    margin-bottom: 0;
}

.wcl-notes-block .data-content a {
    font-weight: 500;
    color: #DC1E23;
}

.wcl-notes-block .data-content a::after {
    content: none;
}

.wcl-notes-block .data-content ul,
.wcl-notes-block .data-content ol {
    padding-left: 2rem;
    text-align: left;
}

.wcl-notes-block .data-content ul {
    list-style: disc;
}

.wcl-notes-block .data-content ol {
    list-style: decimal;
}

.wcl-notes-block+* {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .wcl-notes-block+* {
        margin-top: 35px;
    }
}