.partners-categorie {
	width: 100%;
	font-size: 16px;
	color: #8f8f8f;
	font-family: 'ClanOT-Black';
	text-align: center;
	padding: 1.5rem 0 0.7rem;
	margin-bottom: 0.7rem;
	border-bottom: 1px solid #8f8f8f;
	text-transform: uppercase;
}
	.partners-item {
		width: 90%;
		margin: 1rem auto 1.5rem;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
		.partners-item .col-logo {
			width: 140px;
			margin: auto 1.5rem;
		}
			.partners-item .col-logo img {
				width: 140px;
				height: auto;
				margin: 0;
			}
		.partners-item .col-name {
			width: 450px;
			margin: auto 1.5rem;
			font-size: 26px;
			line-height: 1.0;
			color: #1a1e51;
			font-family: 'ClanOT-Black';
			text-transform: uppercase;
		}
			.partners-item .col-name a {
				padding-top: 2rem;
				display: block;
				font-size: 12px;
				line-height: 1.0;
				color: #0f265c;
				font-family: 'ClanOT-Book';
				text-transform: none;
				text-decoration: underline;
			}
		.partners-item .col-description {
			width: auto;
			margin: auto 0;
			font-size: 12px;
			line-height: 1.0;
			color: #0f265c;
			font-family: 'ClanOT-Book';
		}


