/**
 * Services hub hero after removing the redundant quick-path panel.
 */

body.irandesigner-wp.irandesigner-exact-ui
	#site-top.site-shell
	main#primary-content.id-services-hub
	.id-services-hub__hero {
	grid-template-columns: minmax(0, 1fr);
}

body.irandesigner-wp.irandesigner-exact-ui
	#site-top.site-shell
	main#primary-content.id-services-hub
	.id-services-hub__hero-copy {
	width: 100%;
	max-width: 64rem;
}
