#pk_flex_content .product_submenu + .flex_layout.intro_text {
	margin-top: 3rem;
}

#pk_flex_content .flex_layout.intro_text .text-wrapper > p:first-child {
	font-size: 2rem; line-height: 1.4; font-family: var(--heading-font);
	font-weight: 600;
}

#pk_flex_content .flex_layout.intro_text .button_wrapper {
	margin-top: 1.5rem;
}

@media screen and (min-width: 1025px) {
	#pk_flex_content .flex_layout.intro_text .text-col {
		padding-right: 30%; padding-left: 10%;
	}
}

@media screen and (max-width: 1024px) {
	#pk_flex_content .flex_layout.intro_text .text-wrapper > p:first-child {
		font-size: 1.5rem;
	}
}