:is(#features,#spec) h2{
	font-size: clamp(18px, (100vw - 600px) * 6 / 600 + 24px, 30px);
	border-bottom: 5px solid var(--e);
}
#features h3{
	border-left: 5px solid var(--e);
}
#spec div.specTableBox table{
	width: 630px;
}
.specTableBox tr:nth-of-type(2) th{
	width: 190px;
}
.specTableBox tr:nth-of-type(2) td{
	width: 110px;
}
@media (max-width: 670px){
	.specTableBox{
		overflow-x: scroll;
	}
}