.container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.container:before {
	content: none !important;
}

section {
	background: #fff;
}

.list-wrap, .list-header-wrap, .list-content-wrap, .list-content {
	width: 100%;
	background: #fff;
}

.list-content-wrap {
	margin-top: 12px;
}

.list-module {
	width: 100%;
}

