/* Bottom2 referrals / caregivers / mission section */
.btm2_con {
	display: flex;
	flex-direction: column;
	gap: 22px;
	min-height: 0 !important;
	background: transparent !important;
	padding: 50px 0 0 !important;
}

.btm2_right {
	float: none !important;
	width: 100% !important;
	min-height: 0;
	background-size: cover !important;
	box-shadow: 0 7px 34px -5px rgba(0, 0, 0, 0.2);
}

.btm2_right_con {
	width: 310px;
	float: right;
	padding: 30px 25px 28px 0;
}

.btm2_left {
	float: none !important;
	width: 100% !important;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.btm2_left section {
	width: 100% !important;
	min-height: 145px;
	margin: 0 !important;
	padding: 28px 15px 28px 48px;
	box-sizing: border-box;
}

.btm2_left section:first-child {
	margin: 0 !important;
}

@media only screen and (max-width: 1000px) {
	.btm2_con {
		padding: 30px 10px !important;
	}

	.btm2_left {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		text-align: center;
	}

	.btm2_left section {
		display: block;
		vertical-align: top;
		text-align: left;
		padding: 28px 15px 28px;
	}

	.btm2_right {
		width: 100% !important;
		margin: 0;
		display: block;
		float: none !important;
	}
}

@media only screen and (max-width: 750px) {
	.btm2_left {
		grid-template-columns: 1fr;
	}

	.btm2_left section {
		width: 100% !important;
		margin: 0 !important;
	}

	.btm2_right {
		background-size: cover !important;
		margin: 0;
	}

	.btm2_right_con {
		width: 100%;
		margin: 0 auto;
		padding: 30px 25px;
		float: none;
	}
}
