@charset "UTF-8";
/* snippet-row-image START */
#snippet-row-image {
.pushed-wrapper {
	position: relative;
}
.pushed-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 200px;
	width: 100%;	
}
.pushed-content {
	position: relative;
	padding: 35px 35px 35px 35px;
	font-size: 1.2rem;
	background: var(--bs-primary);
	
}
.right-bottom {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

@media (min-width: 768px) {
	.pushed-image {
		height: 500px;
		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: 40%;
		top: 50%;
		max-width: 70%;
		transform: translateY(-50%);
	}
}
}
/* snippet-row-image END */
