.tpl-table {
	col {
		&:first-child {
			width: 292px;
			@media only screen and (max-width: 750px) {
				width: 33%;
			}
		}
	}
	.tpl-list,
	.tpl-list-number {
		li {
			line-height: 2.18;
			@media only screen and (max-width: 750px) {
				line-height: 1.5;
			}
		}
	}
}
