.editor-styles-wrapper .editor-visual-editor__post-title-wrapper::after {
    content: '';
    background-color: #7272a2;
    opacity: 0.1;
    background-image:  linear-gradient(135deg, #161c80 25%, transparent 25%), linear-gradient(225deg, #161c80 25%, transparent 25%), linear-gradient(45deg, #161c80 25%, transparent 25%), linear-gradient(315deg, #161c80 25%, #7272a2 25%);
    background-position:  7px 0, 7px 0, 0 0, 0 0;
    background-size: 14px 14px;
    background-repeat: repeat;
    inset: 0;
    position: absolute;
    z-index: 0;
}
.editor-styles-wrapper .editor-visual-editor__post-title-wrapper {
    position: relative;
    margin: 0 0 30px 0 !important;
    padding: 40px;
}

.editor-styles-wrapper .editor-visual-editor__post-title-wrapper h1::before {
    content: 'Page Title: ';
    font-weight: 300;
    text-transform: uppercase;
}
.editor-styles-wrapper .editor-visual-editor__post-title-wrapper h1 {
    margin: 0;
    font-size: 30px;
    position: relative;
    z-index: 1;
}


.lg-card {
    position: relative;
    overflow: hidden;
}
.lg-card::before {
    content: '';
    width: 75px;
    height: 75px;
    background: url('../../../wp-content/uploads/2024/11/fm-logo-mark-main.svg');
    position: absolute;
    top: -14px;
    right: -13px;
}
.lg-leader-photo {
    margin: 0;
}
.lg-leader-photo img {
    width: 100%;
    max-width: 75px;
    border-radius: 100vw;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 13%);
    border: 1px solid #bcbcbc;
}