.single_post_header_section {    
    background: linear-gradient(90deg, #060028 0%, #19315B 100%);
    display: flex;
    flex-direction: column;
}
.single_post_header_section .single_post_header_wrap {
        display: flex;
    gap: 30px;
    min-height: 499px;
}
.single_post_header_section .post_header_content {
    width: 50%;
    display: flex;
    padding-bottom: 92px;
    padding-left: 40px;
    flex-direction: column;
    gap: 20px;
    justify-content: end;
}
.single_post_header_section .event_date {
        color: var( --e-global-color-9c30649 );
    font-family: var( --e-global-typography-248cc5d-font-family ), Sans-serif;
    font-size: var( --e-global-typography-248cc5d-font-size );
    font-weight: var( --e-global-typography-248cc5d-font-weight );
    line-height: var( --e-global-typography-248cc5d-line-height );
    letter-spacing: var( --e-global-typography-248cc5d-letter-spacing );
    word-spacing: var( --e-global-typography-248cc5d-word-spacing );
    margin-top: 50px;
}
.single_post_header_section .single_title {
        font-family: var( --e-global-typography-2cb6b74-font-family ), Sans-serif;
    font-size: var( --e-global-typography-2cb6b74-font-size );
    font-weight: var( --e-global-typography-2cb6b74-font-weight );
    line-height: var( --e-global-typography-2cb6b74-line-height );
    letter-spacing: var( --e-global-typography-2cb6b74-letter-spacing );
    word-spacing: var( --e-global-typography-2cb6b74-word-spacing );
    color: var( --e-global-color-9c30649 );
}

.single_post_header_section .post_header_img {
    width: 50%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;    
}
.post_header_img {}

.postid-3647 .single_post_header_section .post_header_img {
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .single_post_header_section .single_post_header_wrap {
        flex-direction: column;
        gap: 0px;
    }
    .single_post_header_section .post_header_content {
        width: 100%;
        padding-bottom: 48px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 40px;
    }
    .single_post_header_section .post_header_img {
        width: 100%;
        min-height: 250px;
    }
    .single_post_header_section .event_date {
        margin-top: 10px;
    }
}