.policy-privacy {
	padding: 10vh 10vw !important;
}

	.policy-privacy .container {

	}

		.policy-privacy .container .title-three {
			margin-bottom: 30px;
		}

		.policy-privacy .container p {
			margin-bottom: 20px;
		}

			.policy-privacy .container p:last-child {
				margin-bottom: 0;
			}


		.policy-privacy.section-text_white .container .title-three {
			color: var(--whiteOne);
		}

		.policy-privacy.section-text_white .container p {
			color: var(--whiteTwo);
		}

		.policy-privacy.section-text_white_color .container .title-three {
			color: var(--colorOne);
		}

		.policy-privacy.section-text_white_color .container p {
			color: var(--whiteTwo);
		}

.use-of-personal-data {
	padding: 10vh 10vw !important;
}

	.use-of-personal-data .container {

	}

		.use-of-personal-data .container .title-three {
			margin-bottom: 30px;
		}

		.use-of-personal-data .container p {
			margin-bottom: 20px;
		}

			.use-of-personal-data .container p:last-child {
				margin-bottom: 0;
			}

		.use-of-personal-data.section-text_white .container .title-three {
			color: var(--whiteOne);
		}

		.use-of-personal-data.section-text_white .container p {
			color: var(--whiteTwo);
		}

		.use-of-personal-data.section-text_white_color .container .title-three {
			color: var(--colorOne);
		}

		.use-of-personal-data.section-text_white_color .container p {
			color: var(--whiteTwo);
		}

.use-of-cookies {
	padding: 10vh 10vw !important;
}

	.use-of-cookies .container {

	}

		.use-of-cookies .container .title-three {
			margin-bottom: 30px;
		}

		.use-of-cookies .container p {
			margin-bottom: 20px;
		}

			.use-of-cookies .container p:last-child {
				margin-bottom: 0;
			}

		.use-of-cookies.section-text_white .container .title-three {
			color: var(--whiteOne);
		}

		.use-of-cookies.section-text_white .container p {
			color: var(--whiteTwo);
		}

		.use-of-cookies.section-text_white_color .container .title-three {
			color: var(--colorOne);
		}

		.use-of-cookies.section-text_white_color .container p {
			color: var(--whiteTwo);
		}