@charset "utf-8";

.executives h2 {text-align: center; font-size: var(--fs24); color: #000; margin-bottom: 50px;}



/* ************************ 태블릿 이하(~991) ************************ */
@media (max-width: 1199px) {
	

	
}


/* ************************ 모바일 ************************ */
@media (max-width: 767px) {
	
	.executives h2 {margin-bottom:30px;}
	
}
