.pixtory-separator-header {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	gap: 20px;
	color: #fff;
	font-family: var(--wp--preset--font-family--jost);
	font-size: 24px;
}

.pixtory-separator-header.h2 {
	font-size: 24px;
}
  
.pixtory-separator-header .separator {
	flex-grow: 1; /* Make separators flexible */
	height: 2px;
	background-color: var(--wp--preset--color--vivid-red);
}