@charset "UTF-8";
/* snippet-row-image2 START */
#snippet-row-image2 {
.pushed-wrapper {
	position: relative;
}
.pushed-image {
	background-image: url('/public/images/wisdom-teeth.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 70px 35px;
	background: #fff;
	font-size: 1.2rem;
}
.right-bottom {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

@media (min-width: 768px) {

	.pushed-image {
			height: 500px;
			width: 52%;
	}
	.pushed-content {
  	border-radius: 0px 20px;
		min-height: 200px;	
		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%);
	}
}
}


[data-bs-theme=dark] .pushed-content {
  background: var(--bs-dark) !important;
}

/* snippet-row-image2 END */
