/* Homepage FAQ embed */

.ocf-faq--embed {
    background: var(--ocf-bg-alt);
}

.ocf-faq-embed-wrap {
    width: 100%;
}

.ocf-faq--embed iframe {
    display: block;
    width: 100%;
    min-height: 1100px;
    border: 0;
    border-radius: 10px;
    background: #fff;
}

@media (max-width: 767px) {
    .ocf-faq--embed iframe {
        min-height: 1320px;
    }
}
