.rangee-responsive .section_inner_margin.clearfix {
	display: flex !important;
}

@media screen and (max-width: 1023px) {
	.rangee-responsive .section_inner_margin.clearfix {
	flex-direction: column !important;
}

}

@media screen and (min-width: 1024px) {
	.rangee-responsive .section_inner_margin.clearfix {
	flex-direction: row !important;
}
}