@charset "UTF-8";
/* snippet-row-image START */
#snippet-row-image {
.pushed-wrapper {
	position: relative;
}
.pushed-image {
	/* background-image: url('/public/images/women-smile.jpg?auto=format&fm=jpg&fit=crop'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 200px;
	width: 100%;	
}
.pushed-content {
	position: relative;
	padding: 35px 35px 50px 35px;
	font-size: 1.2rem;
}
.right-bottom {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

@media (min-width: 768px) {
	.pushed-image {
		height: 700px;
		width: 52%;
	}
	.pushed-content {
		min-height: 200px;	
		/*
		border-radius: 0px 20px;
		border: 0px solid var(--bs-secondary);
		box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
		*/
	}
	.pushed-box {
		position: absolute;
		left: 48%;
		top: 50%;
		max-width: 50%;
		transform: translateY(-50%);
	}
}
}
/* snippet-row-image END */
