
.alma-companies-container{
	position: relative;
	overflow: hidden;
	justify-content: center;
    align-items: center;
	flex-direction: column;
	margin-bottom: 2rem;
    background: #656665;
}

.alma-companies {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem 0.5rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.alma-companies__text {
	font-size: 0.75rem;
	margin: 0.625rem 0;
	font-weight: 800;
	text-transform: uppercase;
	color: white;
	margin-bottom: 9px;
}

.alma-companies img {
	margin-left: 1rem;
	height: 2rem;
}

.alma-logo-w {
	margin-left: 1rem;
	height: 2rem;
	fill: #ffffff;
	max-width: 9rem;
}
.alma-logo-w-alma {
	fill: #ffffff;
	margin-right: 1rem;
	height: 3rem;
	margin-top: 6px;
}

.eo-logo-fix {
	top: 7px;
    position: relative;
}

.sk-logo-fix {
	top: 2px;
    position: relative;
}
.mm-logo-fix {
	padding: 4px 2px 0 2px;
}
