.org-rte-block {
    @apply mb-8;

    h3.heading,
    .heading.h3 {
        @apply text-red;
    }

    .pdf_img_link {
        @apply inline-block;
        @apply no-underline;
        @apply text-black;

        &:before,
        &:after {
            @apply hidden;
        }

        figcaption {
            @apply bg-gray;
            @apply p-2;

            &:before {
                content: '\f1c1';
                font-family: 'Font Awesome 5 Pro';
                @apply font-bold;
                @apply mr-2;
            }
            &:after {
                content: '\f019';
                font-family: 'Font Awesome 5 Pro';
                @apply ml-2;
                @apply font-bold;
            }
        }
    }
}
