.ktk-technical-sheet {
	/* margin-top: 80px;
	margin-bottom: 90px;
	padding: 0 80px; */
}

.ktk-technical-sheet__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	color: #0B0B0B;
	margin-top: 0;
	margin-bottom: 30px;
}

.ktk-technical-sheet__item-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	text-align: left;
	color: #004E90;
	width: 100%;
	margin-bottom: 0;
}

.ktk-technical-sheet__subitem {
	margin-left: 0px;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	color: #414141;
	width: 100%;
}

.ktk-technical-sheet__subitem:nth-child(even) {
	background: #ECECEC;
}

.ktk-technical-sheet__subitem:last-child {
	/* margin-bottom: 40px; */
}

.ktk-technical-sheet__subitem > .col {
	padding: 10px;
	border: 1px solid;

}