.au-sec3, .tp-sec3, .au-sec3.tp-sec3 {
	background: #232D57;
}
.wrap-section.type1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap-section.type1 section {
	width: 100%;
}
.wrap-section.type1 .au-sec2 {
	order: 2;
}
.wrap-section.type1 .au-sec3 {
	order: 1;
}
