.logos h2 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
	color: black;
	text-align: center;
	margin-bottom: 60px;
}

#hp-6 {
	background-color: white;
	padding: 50px 0;
	padding-bottom: 15px;
}

.conpartner {
	justify-content: space-between;
	align-items: center;
	width: 900px;
	max-width: 100%;
	margin: auto;
}

.conpartner a:nth-child(1) img, .conpartner a:nth-child(3) img, .conpartner a:nth-child(5) img {
	height: 100px;
	width: auto !important;
	max-width: none;
}

.conpartner a {
	overflow: visible;
	margin-right: 30px;
}

body:not(.home) #hp-6.logos {
	background-color: #F8F7F4;
	padding-top: 30px;
	padding-bottom: 100px;
}

body:not(.home) .conpartner {
	background-color: white;
	padding: 25px 35px;
}

body:not(.home) .conpartner a:nth-child(1) img,
body:not(.home) .conpartner a:nth-child(3) img, 
body:not(.home) .conpartner a:nth-child(5) img {
	height: 75px;
}

@media (max-width: 991px) {
	.conpartner {
		max-width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 767px) {
	body:not(.home) .conpartner {
		display: block;
		text-align: center;
	}

	body:not(.home) .conpartner img {
		display: inline-block;
		margin-bottom: 20px;
	}
}
