
.box-cc__short-desc {
	font-size: 28px;
	font-weight: 600;
}

.box-k__main-heading {
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #FEE123;
	font-weight: 600;
	color: #1E1E1E;
	margin: 0% 0% 2% 0%;
	flex-basis: 100%;
	position: relative;
}

/* detail */

.main-sub__heading--strong {
	font-weight:600;
}

.used-detail-table {
	width:100%;
	margin:20px 0px 0px 0px;
}

.used-detail-table td {
	padding: 4px 0px 4px 10px;
}


.used-detail-table tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.used-detail-table th {
	padding: 20px 0px 4px 10px;
	background-color:none;
}


/* Keep the first column from getting too wide */
.used-detail-table th:first-child,
.used-detail-table td:first-child {
	max-width: 200px;        
}


/* tablet and mobile */
@media screen and (min-width: 1px) and (max-width: 1024px) {
	
	
}

/* mobile */
@media screen and (min-width: 1px) and (max-width: 640px) {
	
	

}