/*==================================================
  health-services
==================================================*/
#hs-section-1 .text-wrap {
	height: 583px;
	justify-content: center;
	align-items: center;
}
#hs-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: 350px;
}
#hs-section-2 {
	background: #fafafa;
}
#hs-section-2 .grid-2-col {
	padding-top: 75px;
	padding-bottom: 90px;
	grid-column-gap: 4%;
}
#hs-section-2 .block-right {
	justify-self: right;
}
#hs-section-2 .block-right h2 {
	max-width: 400px;
}
#hs-section-2 .block-left p {
	font-size: 24px;
	line-height: 36px;
}
#hs-section-3 {
	background: #f5f4f6;
	padding-top: 220px;
}
#hs-section-3 .container {
	background: #fbf9f9;
	position: relative;
	border-bottom: 4px solid #3e0099;
}
#hs-section-3 .container > img {
	max-width: 280px;
	position: absolute;
	top: -103px;
	left: calc(50% - 103px);
}
#hs-section-3 .grid-3-col {
	padding: 200px 6% 70px;
	grid-column-gap: 10%;
	text-align: center;
}
#hs-section-3 .text-wrap h3 {
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 22px;
	line-height: initial;
	margin-bottom: 40px;
}
#hs-section-3 .container > a {
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
	font-family: 'AvenirNextLTPro-Demi';
	font-size: 16px;
	line-height: 16px;
	color: #3e0099;
}
#hs-section-3 .container > a img {
	margin-left: 10px;
}
#hs-section-3 .container > a:hover img {
	margin-left: 20px;
}
#hs-section-4 {
	background: #f5f4f6;
}
#hs-section-4 .container > .grid-2-col {
	padding-top: 150px;
	padding-bottom: 115px;
	align-items: center;
}
#hs-section-4 .block-left {
	/*padding-right: 13%;*/
	padding-right: 8%;
}
#hs-section-4 .block-left h3 {
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 22px;
	line-height: initial;
	margin-bottom: 20px;
}
#hs-section-4 .block-left p {
	margin-bottom: 20px;
}
#hs-section-4 .block-left ul {
	margin-bottom: 20px;
}
#hs-section-4 .block-left li {
	border-bottom: 1px solid #ebe8ee;
}
#hs-section-4 .block-left a {
	justify-content: flex-start;
	align-items: center;
}
#hs-section-4 .block-left a img {
	margin-left: 10px;
}
#hs-section-5 {
	background: #f5f4f6;
	padding-bottom: 170px;
}
#hs-section-5 .grid-2-col {
	justify-items: center;
	align-items: center;
}
#hs-section-5 .grid-2-col:not(:last-child) {
	margin-bottom: 123px;
}
#hs-section-5 .grid-2-col:nth-child(even) .block-left {
	order: 1;
}
#hs-section-5 .grid-2-col:nth-child(even) .block-right {
	padding-left: 0;
	padding-right: 25%;
}
#hs-section-5 .block-right {
	padding-left: 18.75%;
	padding-right: 6.25%;
}
#hs-section-5 .block-right h2 {
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 22px;
	line-height: initial;
	margin-bottom: 20px;
}
#hs-section-5 .block-left {
	max-width: 640px;
	max-height: 363px;
}
#hs-section-5 .grid-2-col:nth-child(2) {
	margin-bottom: 152px;
}
#hs-section-5 .grid-2-col:nth-child(2) .block-left {
	max-width: 640px;
	max-height: 292px;
}
#hs-section-5 .grid-2-col:nth-child(3) .block-left {
	max-width: 640px;
	max-height: 337px;
}
#hs-section-5 .block-left img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#hs-section-6 {
	background: #f5f4f6;
	padding-bottom: 150px;
}
#hs-section-6 .text-wrap {
	justify-content: center;
	align-items: center;
	text-align: center;
}
#hs-section-6 .text-wrap h2 {
	line-height: 44px;
	margin-bottom: 30px;
	max-width: 450px;
}
#hs-section-6 .text-wrap p {
	margin-bottom: 30px;
	max-width: 850px;
}
#hs-section-6 .text-wrap a {
	margin: auto;
    height: auto;
    line-height: 1;
    padding: 20px 0;
    background-color: #492d8e;
    border: 1px solid #492d8e;
    color: #fff;
}
#hs-section-6 .text-wrap a:hover {
	background-color: #400099;
}
/*====================//====================*/
@media all and (max-width: 991px) {
	#hs-section-2 .grid-2-col,
	#hs-section-4 .container > .grid-2-col {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#hs-section-2 .block-left {
		text-align: center;
		margin-bottom: 30px;
	}
	#hs-section-2 .block-right {
		justify-self: center;
	}
	#hs-section-2 .block-right h2,
	#hs-section-6 .text-wrap h2 {
		max-width: 100%;
		text-align: center;
	}
	#hs-section-3 {
		padding-top: 150px;
	}
	#hs-section-3 .grid-3-col {
		padding: 150px 0 30px;
	}
	#hs-section-3 .text-wrap:not(:last-child),
	#hs-section-3 .text-wrap h3,
	#hs-section-4 .block-left a,
	#hs-section-5 .grid-2-col:not(:last-child),
	#hs-section-5 .grid-2-col .block-left {
		margin-bottom: 30px;
	}
	#hs-section-3 .container > a,
	#hs-section-5,
	#hs-section-6 {
		padding-bottom: 30px;
	}
	#hs-section-4 .block-left {
		padding-right: 0;
	}
	#hs-section-5 .grid-2-col .block-left > img {
		margin: auto;
	}
	#hs-section-5 .block-right {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	#hs-section-5 .grid-2-col:nth-child(even) .block-left {
		order: initial;
	}
	#hs-section-5 .grid-2-col:nth-child(even) .block-right {
		padding-right: 0;
	}
	#hs-section-6 .text-wrap h2 {
		line-height: 36px;
	}
}

/* iPad Pro 11inch */
@media only screen and (max-width: 834px) {
		
}/* END:iPad Pro 11inch */


/* Pixel 4 XL */
@media only screen and (max-width: 412px) {
		
}/* END:Pixel 4 XL */


/* iPhone 11 Pro */
@media only screen and (max-width: 375px) {
    
    #hs-section-2 .block-left p {
    font-size: 18px;
    line-height: 36px;
}
		
}/* END:iPhone 11 Pro */
