.hero_text-layout {
	margin-block: 0;
}
.hero_text-layout .breadcrumb-col {
	margin-bottom: var(--global-row-spacing);
}
.hero_text-layout .pk-grid-container {
	align-items: end;
}

@media screen and (min-width: 993px) {
	.hero_text-layout .pk-button-group {
		justify-content: end;
	}
}


@media screen and (min-width: 768px) and (max-width: 992px) {
	.hero_text-layout .pk-button-group {
		margin-top: 1.5rem;
	}
}