section  .yol {
	border-bottom: 1px solid #ececec;
}
section  .iz {
	display: flex;
	align-items: center;
	font-weight: 500;
	padding: 20px 0 15px;
}
section  .iz span {
	margin-bottom: 5px;
}
section .iz a {
	color: #bdc1d6;
	transition: 0.2s;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
section  .iz a span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 20px;
	background-color: #bdc1d6;
}
section  .iz a:hover {
	color: #000;
}

section  .sar {
	padding: 30px 0;
}
section  .sar h1{
	font-size: 40px;
}












.policy {
	background-color: #fff;
}

.policy .follow {
	margin-left: -12px;
	margin-right: -12px;
}

.policy .policy__body {
	padding: 40px 0;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.75;
}

.policy .policy__body a {
	color: #8527d8;
	font-weight: 600;
}

.policy .policy__body img,
.policy .policy__body video {
	width: 100%;
	display: block;
	border-radius: 10px;
	margin-bottom: 20px;
}

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













