.demonstrator {
	padding: 0;
}
.demonstrator-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
	padding: 60px 0;
}
.demonstrator-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 22px;
	width: 65%;
}
.demonstrator-logo img {
	width: 190px;
}
.demonstrator-title {
	color: #01233E;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0.36px;
}
.demonstrator-partners {
	color: #01233E;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 0.36px;
}
.demonstrator-partners b {
	font-weight: 700;
}
.demonstrator-description {
	color: #01233E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.36px;
}
.demonstrator-separator {
	height: 2px;
	width: 65%;
	background: #DBDEE2;
}
@media(max-width: 800px) {
	.demonstrator-item, .demonstrator-separator {
		width: 90%;
	}
}