#asns-image-title-text-content-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

#asns-image-title-text-content-wrapper p:last-of-type {
	margin: 0;
}

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

.asns-image-title-text-container {
	border-radius: 0 0 30px 30px;
}

.asns-image-title-text-content-image-container {
	position: relative;
	display: flex;
	flex: 0 0 50%;
	flex-direction: row;
	aspect-ratio: 1;
	border-radius: 30px;
	overflow: hidden;
}

.asns-image-title-text-content-image {
	display: flex;
	flex-direction: row;
	aspect-ratio: 1;
}

.asns-image-title-text-content-image-container img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.asns-image-title-text-content-content-container {
	position: relative;
	display: flex;
	flex: 0 0 50%;
	flex-direction: column;
	padding: 70px 5%;
}



/* ---- MOBILE ---- */
@media (max-width: 767px) {
	#asns-image-text-title-wrapper {
		padding: 35px 0!important;
	}

	#asns-image-title-text-content-wrapper {
		flex-direction: column;
	}

	.asns-image-position-right #asns-image-title-text-content-wrapper {
		flex-direction: column;
	}

	.asns-image-title-text-content-image-container {
		flex: 0 0 100%;
	}

	.asns-image-title-text-content-content-container {
		flex: 0 0 100%;
		padding: 35px 5% 0 5%;
	}
}

/* ---- TABLET - PORTRAIT ---- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	#asns-image-text-title-wrapper {
		padding: 70px 0!important;
	}

	#asns-image-title-text-content-wrapper {
		flex-direction: column;
	}

	.asns-image-position-right #asns-image-title-text-content-wrapper {
		flex-direction: column;
	}

	.asns-image-title-text-content-image-container {
		flex: 0 0 100%;
	}

	.asns-image-title-text-content-content-container {
		flex: 0 0 100%;
		padding: 35px 5% 0 5%;
	}
}



/* ---- TABLET - LANDSCAPE ---- */
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
	#asns-image-title-text-content-wrapper {
		padding: 0 4%;
	}
}