.logos {
	padding: 80px 0 56px;
}
.logos h4 {
	font-weight: 600;
	font-size: 14px; 
	line-height: 1.3;
	text-transform: uppercase;
	color: #222326;
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}
.logos h4 svg {
	margin-right: 12px;
}
.logos__row {
	margin-right: -16px;
	margin-left: -16px;
}
.logos__col {
	padding-right: 16px;
	padding-left: 16px;
	margin-bottom: 16px;
}
.logos__card {
	border: 1px solid #f1f5f9;
	border-radius: 10px; 
	height: 80px;
	box-shadow: 0 16px 32px 0 rgba(34, 35, 38, 0.05);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.logos__card a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.logos__card img {
	height: 100% !important;
	width: auto;
}
@media (max-width: 575px) {
	.logos {
		padding: 64px 0 40;
	}
	.logos h4 {
		margin-bottom: 40px;
	}
}
.logos__row {
	margin-right: -8px;
	margin-left: -8px;
}
.logos__col {
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 16px;
}
}