@charset "UTF-8";

/* ==========================================================
logo
========================================================== */

.brand-list {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.brand-list .item-brand {
	max-width: 100px;
	margin: 0 24px;
}
@media screen and (max-width: 768px) {
	.brand-list .item-brand {
		width: 115px;
	}
}
