@media (min-width: 1200px)
{
	.container
	{
	width: 100%;
	max-width: 2019px;
	}
}

@media (min-width: 992px)
{
	.container
	{
	width: 100%;
	}
}


@media (min-width: 1600px)
{
	#pgtrial .hero-leftcol p
	{
	font-size: 25px;
	line-height: 32px;
	}

	#pgdownload #hero p {

		font-size: 24px;
		line-height: unset;
	}

	#pgdownload .page-heading,
	#pgtrial .page-heading
	{
	font-size: 48px;
	}

	#pgdownload .instruction-wrapper
{
	gap: 40px;
	}

	#pgdownload .instruction-wrapper h4
	{
	font-size: 30px;
	}

	#pgdownload .instruction-wrapper p
	{
	font-size: 20px;
	}

	#pgtrial .inner-step-div span
	{
	font-size: 20px;
	}

	#pgtrial .inner-step-div h6
	{
	font-size: 24px;
	}

	#pgtrial .inner-step-div p,
	#protection-policy .step-wrapper h5,
	#protection-policy .step-wrapper span
	{
	font-size: 20px;
	}

	#protection-policy .step-wrapper p
	{
	font-size: 16px;
	}

	#windows-app p,
	#windows-app span
	{
	font-size: 24px;
	}

	#windows-app h5
	{
	font-size: 48px;
	}
}