@media (max-width: 600px) {

	/* Hero */
	.privacy-hero {
		height: calc(800px * var(--scale-factor));
	}

	.privacy-hero__title-block {
		top: calc(400px * var(--scale-factor));
	}

	.privacy-hero__line {
		top: calc(670px * var(--scale-factor));
	}

	/* Content */
	.privacy-content__layout {
		gap: calc(96px * var(--scale-factor));
	}

	.privacy-content__contact {
		width: calc(1200px * var(--scale-factor));
		align-items: flex-start;
	}
}