body {
	background: white;
}

#inner-wrap .entry-hero {
	margin-top: 10px;
    padding-bottom: 40px;
}

#main-header .site-header-main-section-right {
	position: relative;
}
#main-header .site-header-main-section-right::after {
	background-image: url('/wp-content/uploads/2024/06/menu-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
	content: '';
    position: absolute;
    top: 0px;
    right: -120px;
	width: 100%;
    height: 170px;
    z-index: -1;
}