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

section .about_site .sar {
	padding: 30px 0 90px 0;
}
section .about_site .about {
	background-color: #fff;
	font-weight: 500;
	color: #848e9f;
	line-height: 1.75;
}
section .about_site .about a {
	color: #8527d8;
	font-weight: 600;
}
section .about_site .about img{
	transform: translateY(-60px);
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
}
section .about_site .about p {
	margin-bottom: 20px;
}