.basic {
	margin: 150px auto 50px;
}

.container-1200 {
	width: 1200px;
}

.basic .content {
	font-size: 1.2em;
	line-height: 1.5;
}

.basic .content ul {
	list-style-type: disc;
	margin-right: 20px;
}

.basic p {
	margin: 0;
}

.privacySection {
	padding-bottom:40px
}
.privacySection .sectionTitle {
	font-size:18px
}
.summary {
	font-size:16px;
	text-align:center;
	margin-bottom:10px
}
.underline {
	text-decoration:underline
}
.incrementList {
	counter-reset:section
}
.incrementList div {
	width:100%;
	/* 		margin-right: 10px; */
	padding: 0 5px;
	box-sizing: border-box;
}
.incrementList .title,
.incrementList .paragraph {
	display: inline-block;
	padding-right:5px;
}
.privacySection .incrementList>li {
	align-items:baseline
}
.privacySection .parent>li {
	display:flex;
	align-items:baseline;
	flex-wrap:wrap
}
.incrementList li {
	margin-top:5px
}
.parent>li {
	margin-top:5px
}
.privacySection .incrementList .incrementList {
	padding-right:10px;
	margin-top:5px
}
.privacySection .incrementList .incrementList .incrementList {
	padding-right:0
}
.privacySection .incrementList .incrementList>li div {
	padding-right:5px
}
.incrementList>li::before {
	counter-increment:section;
	content:counters(section,".") "."
}
.date {
	display:inline-block;
	margin-top:30px
}
.cookies {
	margin-top:10px;
	margin-right:-5px
}
@media(min-width:768px) {
	.basic {
	margin: 150px auto 50px;
	}
	.link {
		word-break:normal
	}
	.cookies {
		margin-right:-40px
	}
	body {
		font-size:16px
	}
	.logo__pic {
		max-width:160px
	}
	.privacySection .incrementList>li {
		display:flex
	}
	.privacySection .incrementList .incrementList>li div {
		padding-right:10px
	}

	ol li div .incrementList li {
		display: flex;
	}
	.parent>li+li {
		margin-top:10px
	}
	.incrementList .title,
	.incrementList .paragraph {
		padding-right:10px;
		display: inline-block;
	}
	.incrementList li {
		margin-top:10px
	}
	.privacySection .incrementList .incrementList {
		padding-right:20px;
		margin-top:10px
	}
	.privacySection .incrementList .incrementList>li::before {
		min-width:30px
	}
	.privacySection .incrementList .incrementList .incrementList>li::before {
		min-width:60px
	}
	.privacySection .incrementList .incrementList .incrementList .incrementList>li::before {
		min-width:70px
	}
}