.our-partners { padding-bottom : 60px; }

.our-partners__header {
	margin          : 0 0 20px;
	min-height      : 17px;
	line-height     : 28px;
	position        : relative;
	color           : #ec8123;
	font-weight     : bold;
	text-align      : left;
	text-decoration : none;
	font-size       : 20px; }

.our-partners__content {
	width                   : 100%;
	display                 : -webkit-flex;
	display                 : -ms-flex;
	display                 : -webkit-box;
	display                 : -ms-flexbox;
	display                 : flex;
	-webkit-box-pack        : justify;
	-webkit-justify-content : space-between;
	-ms-flex-pack           : justify;
	justify-content         : space-between;
	flex-wrap               : wrap;
	align-items             : stretch; }

.partners-item { margin-bottom : 20px; }

.partners-item__header {
	padding          : 5px 16px;
	margin           : 0;
	width            : 100%;
	background-color : #a3a3a3;
	color            : #fff;
	font-size        : 20px;
	text-transform   : uppercase; }

.partners-item__content {
	margin-top : 8px;
	width      : 100%;
	border     : 1px solid #e7e7e7; }