﻿.ckeditor.ck-content {
    font-family: 'PF Regal Text Pro',sans-serif;
    font-size: 18px;
    font-weight: 400;
}
    .ckeditor.ck-content blockquote {
        text-align: center;
        overflow: hidden;
        padding-right: 1.5em;
        padding-left: 1.5em;
        border: none;
        max-width: 500px;
        margin: 0 auto 20px;
    }
        .ckeditor.ck-content blockquote p {
            margin-bottom: 20px;
            font-size: 22px;
            font-weight: 600;
            font-style: normal;
        }
    .ckeditor.ck-content p {
        margin-top: 20px;
    }

    .ckeditor.ck-content a {
        color: #E0005B;
        text-decoration: none;
    }