#information-information h1 {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
}

#information-information {margin-bottom: 60px;}

#description .images {
	margin-top: 35px;
}
.parthers {
	display: flex;
	flex-wrap: wrap;
	
}
.parthers .col-md-3{
	width: 33%;
	padding: 8px;
	margin-bottom: 15px;
}
.parthers h3,
.parthers h3 font{
	font-weight: 600;
}

@media(max-width: 768px) {
	.parthers .col-md-3{
		width: 50%;
		padding: 0;
	}
}
#description {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

#description p,
.article-li {
	margin-bottom: 10px;
	line-height: 1.4;
}

#description img {
	width: 100%;
	height: auto;
}

#description .images img:not(:last-child) {
	margin-bottom: 30px;
}