@charset "UTF-8";

/* snippet-row-image START */
#snippet-row-hygienist .pushed-wrapper {
	position: relative;
}

#snippet-row-hygienist .row {
	position: relative;
	display: block;
}

#snippet-row-hygienist .pushed-image-hygienist {
	background-image: url('/public/images/snippet-row-hygienist.jpg?auto=format&fm=jpg&fit=crop');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 200px;
	width: 100%;
}

#snippet-row-hygienist .pushed-content-hygienist {
	position: relative;
	padding: 35px 35px 70px 35px;
	background: #fff;
	font-size: 1.2rem;
	border-radius: 20px 0px;
}

#snippet-row-hygienist .right-bottom-hygienist {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

@media (min-width: 768px) {
	#snippet-row-hygienist .row::after {
		content: "";
		display: table;
		clear: both;
	}

	#snippet-row-hygienist .pushed-image-hygienist {
		float: right;
		height: 550px;
		width: 52%;
		margin-left: auto;
		margin-right: 0;
	}

	#snippet-row-hygienist .pushed-box-hygienist {
		position: absolute;
		left: 0;
		top: 50%;
		max-width: 50%;
		transform: translateY(-50%);
		z-index: 2;
	}

	#snippet-row-hygienist .pushed-content-hygienist {
		min-height: 200px;
		border: 0px solid var(--bs-secondary);
	}
}
/* snippet-row-image END */