.logo::before {
	border-color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 0 !important;
	height: 60px;
	top:0;
	width: 200px !important;
}
.teleproektiFeedback {
     box-shadow: 0 10px 25px -5px rgb(106 124 123 / 50%);
	border-radius: 10px; 
	padding: 20px;
}
.teleproektiFeedback article {
	display: grid;
	gap: 10px;
	grid-template-columns: 70px 1fr;
	padding: 20px 0 5px;
}
.teleproektiFeedback article img {
	background: white;
	border-radius: 100%;
	display: block;
	max-width: 70px; 
	width: 100%;
}
.teleproektiFeedback h5 {
	font: normal 14px/1.1 sans-serif; 
	padding: 0 0 5px;
}
.teleproektiFeedback div {
	font: normal 14px/1.1 sans-serif; 
	margin: 0 0 10px;
}
.teleproektiAbout {
	align-items: center;
	box-shadow: 0 10px 25px -5px rgb(106 124 123 / 50%);
	display: grid;
	grid-template-columns: 1fr 200px;
	gap: 40px;
	padding: 40px;
}
.about_text {
	padding: 0;
}
.about_foto {
	height: 200px;
	width: 200px;
}
.teleproektiAbout h1 {
	color: rgba(255, 255, 255, 0.8);
}