.logos-container {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	gap: 2rem;
	padding: 4rem 0;
}

.logos-title {
	color: black;
	font-size: 36px;
	text-align: center;
	line-height: 110%;
}

.logos-list {
	background: #fff;
    padding-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
    gap: 2rem;
	width: 80%;
}

.logo {
	height: auto;
	width: 100px;
}