.te-ch-product-tab {
	max-width: 920px;
	margin: 0 auto;
	color: #050505;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.65;
}

.te-ch-product-tab__title {
	margin: 0 0 18px;
	color: #050505;
	font-family: inherit;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.te-ch-product-tab__list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.te-ch-product-tab__list li {
	position: relative;
	margin: 0;
	padding-left: 24px;
}

.te-ch-product-tab__list li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 8px;
	height: 8px;
	background: #fe6614;
	transform: translateY(-50%);
}

@media (max-width: 640px) {
	.te-ch-product-tab {
		font-size: 14px;
		line-height: 1.55;
	}

	.te-ch-product-tab__title {
		font-size: 20px;
	}
}
