.fc_simple_content .wp_content > *:not(:last-child) {
    margin-bottom: var(--gap-s);
}

@media (max-width: 560px) {
    .fc_simple_content .wp_content iframe {
        width: 100%;
    }
}