#pk_flex_content .flex_layout.recruiters_highlight {
	width: 100%;
}

#pk_flex_content .flex_layout.recruiters_highlight .layout {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 20px 60px 60px 60px;
	background-color: #D6EAF0;
	border-radius: 0px 0px 16px 16px;
}

#pk_flex_content .flex_layout.recruiters_highlight .layout:before {
	content: "";
	position: absolute;
	width: 100%;
	aspect-ratio: 1 / .054;
	background-color: #D6EAF0;
	mask: url(/wp-content/uploads/2025/06/intersect-lightblue-scaled.png) no-repeat center top / cover;
	-webkit-mask: url(/wp-content/uploads/2025/06/intersect-lightblue-scaled.png) no-repeat center top / cover;
	top: 2px;
	left: 0;
	pointer-events: none;
	translate: 0% -100%;
	z-index: 1;
	border-radius: 16px 16px 0px 0px;
}

#pk_flex_content .flex_layout.recruiters_highlight .title_text_wrapper {
	display: flex;
	align-items: start;
	gap: 60px;
}

#pk_flex_content .flex_layout.recruiters_highlight .title_text_wrapper .heading_text_wrapper {
	max-width: 300px;
}

#pk_flex_content .flex_layout.recruiters_highlight .title_text_wrapper .text_wrapper {
	max-width: 800px;
}

#pk_flex_content .flex_layout.recruiters_highlight .recruiters_wrapper {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 64px;
	width: 100%;
	box-sizing: border-box;
}

#pk_flex_content .flex_layout.recruiters_highlight .text_wrapper{
	max-width: 690px;
}

@media screen and (max-width: 1200px) {
	
	#pk_flex_content .flex_layout.recruiters_highlight .layout {
		padding: 0px 40px 40px 40px;
	}
}

@media screen and (max-width: 992px) {
	
	#pk_flex_content .flex_layout.recruiters_highlight .layout {
		padding: 40px 20px 40px 20px;
	}
	
	#pk_flex_content .flex_layout.recruiters_highlight .title_text_wrapper {
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 20px;
	}
	
	#pk_flex_content .flex_layout.recruiters_highlight .title_text_wrapper .heading_text_wrapper {
		max-width: unset;
	}
	
	#pk_flex_content .flex_layout.recruiters_highlight .title_text_wrapper .text_wrapper {
		max-width: unset;
	}
	
	#pk_flex_content .flex_layout.recruiters_highlight .recruiters_wrapper {
		display: flex;
		grid-template-columns: unset;
		flex-direction: column;
		gap: 40px;
	}
	
	#pk_flex_content .flex_layout.recruiters_highlight .recruiter_text_wrapper {
		font-size: 16px;
	}
	
}