.partnyery-list.flex {
	flex-wrap: wrap;
	justify-content: left;
	align-content: center;
	align-items: flex-start;
	margin-bottom: 25px;
}
	.partnyery-list__item {
		width: 48.1513%!important;
		margin-right: 3.6113%;
		margin-bottom: 3.6113%;
		align-content: stretch!important;
		align-items: center!important;
	}
	.partnyery-list__item:nth-of-type(even) {
		margin-right: 0;
	}
	
	.partnyer-picture {
		width: 28.5714%;
	}
	.partnyer-picture img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.partnyer-text {
		line-height: 1.3;
		width: 65%;
		margin-left: auto;
		text-decoration: none;
		color: #161616;
	}
	.partnyer-text .red {
		margin-top: 10px;
		color: red;
		text-decoration: underline;
	}