body.page .entry-hero.page-hero-section,
body.page .page-hero-section.entry-hero,
body.page .page-hero-section {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page .entry-content > .kmd-page-content-header:first-child {
    border-bottom: 1px solid rgba(91, 109, 246, 0.12);
    margin: 0 0 1.75rem;
    padding: 0 0 1rem;
}

body.page .entry-content > .kmd-page-content-header:first-child .kmd-page-content-title,
body.page .entry-content > h1:first-child {
    color: #16233a;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.08;
    margin: 0;
}

body.page .entry-content > h1:first-child {
    border-bottom: 1px solid rgba(91, 109, 246, 0.12);
    margin-bottom: 1.75rem;
    padding-bottom: 1rem;
}

@media (max-width: 767px) {
    body.page .entry-content > .kmd-page-content-header:first-child {
        margin-bottom: 1.5rem;
    }

    body.page .entry-content > h1:first-child {
        margin-bottom: 1.5rem;
    }
}
