.for-patient {
	margin-bottom: 80px;
}
.for-patient__wrap {
	overflow: hidden;
	background-image: url("images/for-patient-1.png");
	background-position: 100% -180px;
	background-repeat: no-repeat;
	padding-top: 240px;
	padding-bottom: 20px;
}
.for-patient h2 {
	width: fit-content;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: 160px;
	margin-bottom: 30px;
}
.for-patient h2::before {
	content: "";
	background-image: url("images/title-bg.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 255px;
	height: 354px;
	position: absolute;
	top: -150px;
	left: -160px;
}
.for-patient p {
	font-size: 18px;
	color: black;
	margin-left: 260px;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
	.for-patient__wrap {
		background-size: 300px;
		background-position: 100% -120px;
		padding-top: 190px;
	}
}

@media screen and (max-width: 800px) {
	.for-patient {
		margin-bottom: 40px;
	}
	.for-patient__wrap {
		background-size: 185px;
		background-position: 100% -80px;
		padding-top: 110px;
	}
	.for-patient h2 {
		margin-left: 70px;
		margin-bottom: 35px;
		min-height: 58px;
	}
	.for-patient h2::before {
		background-image: url("images/title-bg-mobilesvg.svg");
		width: 130px;
		top: -60px;
		left: -80px;
	}
	.for-patient p {
		margin-left: 0;
	}
}