/*
#editors editor.
*/

@media (max-width: 767px) {

	#editors {
		font-size: clamp(1.2rem, 0.023rem + 3.64vw, 1.4rem);
		line-height: 2;
	}

}

@media (min-width: 768px) {

	#editors {
		font-size: clamp(1.3rem, 0.192rem + 1.29vw, 1.6rem);
		line-height: 2;
	}

}