@media (max-width: 1024px) {
	.table-desktop {
		display: none;
	}
	.table-mobile {
		display: block;
	}
}
