@media (max-width: 1000px) {
	.check_brand_right_top{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}