/* ---- FRONT-END ---- */
#brx-image-paragraphs-text-wrapper #brx-image-paragraphs-text-border-top-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#brx-image-paragraphs-text-wrapper #brx-image-paragraphs-text-border-top-wrapper .brx-image-paragraphs-text-border-top-left-container {
	display: flex;
	flex-direction: row;
	flex-basis: 50%;
	flex: 0 0 50%;
	height: 100px;
	border-radius: 0 100px 0 0;
}

#brx-image-paragraphs-text-wrapper #brx-image-paragraphs-text-border-top-wrapper .brx-image-paragraphs-text-border-top-right-container {
	display: flex;
	flex-direction: row;
	flex-basis: 50%;
	flex: 0 0 50%;
	height: 100px;
	border-radius: 100px 0 0 0;
}

#brx-image-paragraphs-text-wrapper {}

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

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

#brx-image-paragraphs-text-wrapper #brx-image-paragraphs-text-content-wrapper .brx-image-paragraphs-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-paragraphs-text-wrapper #brx-image-paragraphs-text-content-wrapper .brx-image-paragraphs-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-paragraphs-text-wrapper #brx-image-paragraphs-text-content-wrapper .brx-image-paragraphs-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-left: 8.33334%;
	justify-content: center;
}

#brx-image-paragraphs-text-wrapper #brx-image-paragraphs-text-content-wrapper .brx-image-paragraphs-text-content-content-container p:first-of-type {
	font-size: var(--font-size-24);
	line-height: 1.4;
}

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


@media( max-width: 767px ) {
	
	
	#brx-image-paragraphs-text-wrapper #brx-image-paragraphs-text-border-top-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		background-color: #F7F3F1;
	}

	#brx-image-paragraphs-text-wrapper #brx-image-paragraphs-text-border-top-wrapper .brx-image-paragraphs-text-border-top-left-container {
		display: flex;
		flex-direction: row;
		flex-basis: 50%;
		flex: 0 0 50%;
		height: 50px;
		border-radius: 0 50px 0 0;
	}

	#brx-image-paragraphs-text-wrapper #brx-image-paragraphs-text-border-top-wrapper .brx-image-paragraphs-text-border-top-right-container {
		display: flex;
		flex-direction: row;
		flex-basis: 50%;
		flex: 0 0 50%;
		height: 50px;
		border-radius: 50px 0 0 0;
	}

	#brx-image-paragraphs-text-wrapper {
		background-color: #FFFFFF;
	}

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

	#brx-image-paragraphs-text-wrapper.position-image-right #brx-image-paragraphs-text-content-wrapper {
		flex-direction: column;
		padding: 35px 0!important;
	}

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

			#brx-image-paragraphs-text-wrapper #brx-image-paragraphs-text-content-wrapper .brx-image-paragraphs-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-paragraphs-text-wrapper #brx-image-paragraphs-text-content-wrapper .brx-image-paragraphs-text-content-content-container {
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 0 0 100%;
		font-size: var(--font-size-18);
		line-height: 1.5;
		padding-left: 0%;
		justify-content: center;
	}

			#brx-image-paragraphs-text-wrapper #brx-image-paragraphs-text-content-wrapper .brx-image-paragraphs-text-content-content-container p:first-of-type {
				font-size: var(--font-size-24);
				line-height: 1.4;
			}

	#brx-image-paragraphs-text-wrapper.position-image-right #brx-image-paragraphs-text-content-wrapper .brx-image-paragraphs-text-content-content-container {
		padding-left: inherit;
		padding-right: 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) {
}