/* ---- FRONT-END ---- */
#brx-image-paragraph-text-wrapper {}

#brx-image-paragraph-text-wrapper #brx-image-paragraph-text-content-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

#brx-image-paragraph-text-wrapper.position-image-right #brx-image-paragraph-text-content-wrapper {
	flex-direction: row-reverse;
}

#brx-image-paragraph-text-wrapper #brx-image-paragraph-text-content-wrapper .brx-image-paragraph-text-content-image-container {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-basis: 42%;
	aspect-ratio: 1 / 1;
	flex: 0 0 42%;
	margin: 0 4%;
	border-radius: 30px;
	overflow: hidden;
}

#brx-image-paragraph-text-wrapper #brx-image-paragraph-text-content-wrapper .brx-image-paragraph-text-content-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
}

#brx-image-paragraph-text-wrapper #brx-image-paragraph-text-content-wrapper .brx-image-paragraph-text-content-content-container {
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
	flex: 0 0 50%;
	font-size: var(--font-size-18);
	line-height: 1.5;
	padding-right: 8.33334%;
	justify-content: center;
}

#brx-image-paragraph-text-wrapper.position-image-right #brx-image-paragraph-text-content-wrapper .brx-image-paragraph-text-content-content-container {
	padding-right: inherit;
	padding-left: 8.33334%;
}


@media( max-width: 767px ) {
	#brx-image-paragraph-text-wrapper {
		margin: 35px 0!important;
	}

	#brx-image-paragraph-text-wrapper #brx-image-paragraph-text-content-wrapper {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap
	}

	#brx-image-paragraph-text-wrapper.position-image-right #brx-image-paragraph-text-content-wrapper {
		flex-direction: column-reverse;
	}

	#brx-image-paragraph-text-wrapper #brx-image-paragraph-text-content-wrapper .brx-image-paragraph-text-content-image-container {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-basis: 100%;
		aspect-ratio: 1 / 1;
		flex: 0 0 100%;
		width: 100%;
		margin: 0 0 35px 0;
		border-radius: 30px;
		overflow: hidden;
	}

		#brx-image-paragraph-text-wrapper #brx-image-paragraph-text-content-wrapper .brx-image-paragraph-text-content-image-container img {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			max-width: 100%;
			object-fit: cover;
			object-position: center;
		}

	#brx-image-paragraph-text-wrapper #brx-image-paragraph-text-content-wrapper .brx-image-paragraph-text-content-content-container {
		display: flex;
		flex-direction: column;
		flex-basis: 50%;
		flex: 0 0 50%;
		font-size: var(--font-size-18);
		line-height: 1.5;
		padding-right: 0;
		justify-content: center;
	}

	#brx-image-paragraph-text-wrapper.position-image-right #brx-image-paragraph-text-content-wrapper .brx-image-paragraph-text-content-content-container {
		padding-right: inherit;
		padding-left: inherit;
	}
}
				

@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) {
}