@media (max-width: 768px) {
	table th:nth-child(1),
	table td:nth-child(1) {
		position: sticky;
		right: 0;
		background: #fff;
		z-index: 3;
		min-width: 180px;
	}
}