


.regal-royal .rr-content ul li, .regal-royal .rr-content ol li {
    line-height: 2 !important;
}


.rr-content blockquote {
    font-size: 0.95rem;
    background: linear-gradient(0deg, #f5f5f5, #fff)
}


@media(min-width: 960px) {
    .rr-content ol li,
    .rr-content ul li {
        background: #fff9;
    }
    .rr-content ol {
        background-image: url('/assets/images/image-01.png');
        background-position: center right;
        background-size: auto 80%;
        background-repeat: no-repeat;
    }
    .rr-content ul {
        background-image: url('/assets/images/image-02.png');
        background-position: center right;
        background-size: auto 80%;
        background-repeat: no-repeat;
    }
}
