.mv h2{
	font-size: clamp(22px,(100vw - 600px)* 6 / 600 + 28px, 35px);
	font-weight: 550;
}
:is(#features,#spec) h2{
	font-size: clamp(18px, (100vw - 600px) * 6 / 600 + 24px, 30px);
	border-bottom: 5px solid var(--fa);
}
#features h3{
	border-left: 5px solid var(--fa);
}
#spec div.specTableBox table{
	width: 1500px;
}
.specTableBox tr:nth-of-type(2) th{
	width: 180px;
}
.specTableBox tr:nth-of-type(2) td{
	width: 120px;
}
.specTableBox{
	overflow-x: scroll;
}