/* ---- FRONT-END ---- */
#brx-news-header-title-content-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 14%;
}

#brx-news-header-title-content-wrapper .brx-news-header-title-content-container {
	display: flex;
	flex-direction: column;
	flex-basis: calc( 75% - 7%);
	flex: 0 0 calc( 75% - 7%);
}

#brx-news-header-title-content-wrapper .brx-news-header-title-content-container .brx-news-header-title-content-date {
	font-weight: 600;
    font-style: normal;
    font-size: var(--font-size-24);
    color: #AA94F8;
    margin-bottom: 15px;
}


#brx-news-header-title-content-wrapper .brx-news-header-title-content-container h1.brx-news-header-title-content-title {
	font-family: 'Inter Tight', sans-serif;
	font-size: var(--font-size-60);
	font-optical-sizing: auto;
	font-weight: var(--inter-font-weight-medium);
	font-style: normal;
	margin-bottom: 1em;
}



@media( max-width: 767px ) {
	/* ---- FRONT-END ---- */
	#brx-news-header-title-wrapper {
		padding: 35px 0!important;
	}
	
	#brx-news-header-title-content-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: inherit;
	}

	#brx-news-header-title-content-wrapper .brx-news-header-title-content-container {
		display: flex;
		flex-direction: column;
		flex-basis: 75%;
		flex: 0 0 75%;
	}

			#brx-news-header-title-content-wrapper .brx-news-header-title-content-container .brx-news-header-title-content-date {
				font-weight: 600;
				font-style: normal;
				font-size: var(--font-size-24);
				color: #AA94F8;
				margin-bottom: 15px;
			}


	#brx-news-header-title-content-wrapper .brx-news-header-title-content-container h1.brx-news-header-title-content-title {
		font-family: 'Inter Tight', sans-serif;
		font-size: var(--font-size-50);
		font-optical-sizing: auto;
		font-weight: var(--inter-font-weight-medium);
		font-style: normal;
		margin-bottom: 1em;
	}
}
				

@media only screen
  and (min-width: 768px) 
  and (max-width: 1200px) 
  and (orientation: portrait) {
}



@media only screen
  and (min-width: 768px) 
  and (max-width: 1200px) 
  and (orientation: landscape) {
	 
}