.brand-section-item {
	height: 100%;
	max-width: 400px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #dee5f1;
	transition: box-shadow .3s ease-in-out;
	line-height: 1.3;
}

.brand-section-item:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.brand-section-item__header {
	position: relative;
	padding: 15px 20px 10px;
}

.brand-section-item__cover {
	display: block;
	padding-top: 80%;
	transition: opacity .2s ease-in-out;
}

.brand-section-item__cover:hover {
	opacity: .8;
}

.brand-section-item__content {
	padding: 15px 20px 20px;
}

.brand-section-item__title {
	font-weight: 700;
	color: #193d80;
}

.brand-section-item__title:hover {
	text-decoration: underline;
}

.brand-section-item__count {
	margin-top: 2px;
	font-size: 14px;
	color: #9fafcc;
}

