/*==================================================
  health-program
==================================================*/
#hp-section-1 .text-wrap {
	height: 583px;
	justify-content: center;
	align-items: center;
}
#hp-section-1 .text-wrap h1 {
	color: #400099;
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 44px;
	line-height: initial;
	text-transform: uppercase;
	text-align: center;
	max-width: 550px;
}
#hp-section-2 {
	background: #f5f4f6;
}
#hp-section-2 .grid-2-col {
	padding-top: 75px;
	padding-bottom: 90px;
	grid-column-gap: 5%;
}
#hp-section-2 .block-left {
	justify-self: left;
}
#hp-section-2 .block-left h2 {
	max-width: 400px;
}
#hp-section-2 .block-right {
	padding-left: 5%;
	padding-right: 3%;
}
#hp-section-2 .block-right p {
	font-size: 24px;
	line-height: 36px;
}
#hp-section-3 .container {
	padding-top: 100px;
	padding-bottom: 150px;
}
#hp-section-3 .grid-2-col {
	grid-column-gap: 7%;
	grid-row-gap: 80px;
}
#hp-section-3 .section-wrap {
	padding: 11.3%;
}
#hp-section-3 .section-wrap:nth-child(4n+1) {
	border: 1px solid #fa9e75;
	background: #fceeeb;
}
#hp-section-3 .section-wrap:nth-child(4n+2) {
	border: 1px solid #f9c660;
	background: #fdf7eb;
}
#hp-section-3 .section-wrap:nth-child(4n+3) {
	border: 1px solid #acaba9;
	background: #efefef;
}
#hp-section-3 .section-wrap:nth-child(4n+4) {
	border: 1px solid #a789da;
	background: #faf7ff;
}
#hp-section-3 .section-wrap img {
	margin-bottom: 40px;
}
#hp-section-3 .section-wrap h3 {
	margin-bottom: 20px;
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 22px;
	line-height: initial;
}
/*====================//====================*/
@media all and (max-width: 991px) {
	#hp-section-2 .grid-2-col,
	#hp-section-3 .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#hp-section-2 .block-left {
		justify-self: center;
		margin-bottom: 30px;
	}
	#hp-section-2 .block-left h2 {
		max-width: 100%;
		text-align: center;
	}
	#hp-section-2 .block-right {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	#hp-section-3 .grid-2-col {
		grid-row-gap: 30px;
	}
}
/*====================//====================*/
@media all and (max-width: 575px) {
	#hp-section-3 .section-wrap {
		padding: 5%;
	}
}
