.entry-content > p {
    display: block;
    margin-block-start: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi: isolate;
}

.wp-block-image > img {
    border-radius: .75rem;
    margin-block-start: 1em;

}

h1, h2 {
    margin-bottom: .75rem !important;
}

.mt {
    margin-top: 2rem !important;
}


html.lenis, html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-smooth iframe {
    pointer-events: none;
}


 @media (min-width: 768px) {
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
