@charset "UTF-8";


.flex {
	flex-wrap: initial;
	display: flex;
}

@media screen and (max-width: 800px) {

.flex {
	display: initial;
}

}