/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2025 | 12:59:00 */
#Interview .section1{
	padding-top:100px;
	padding-bottom:100px;
}
#Interview .section2{
	background-color:#F5F5F5;
}
#Interview .section1 .interview p.name{
	font-size: 26px;
    font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
	text-align:center;
	color:#3C8C00;
}
#Interview .section1 .interview h3{
font-size: 18px;
    font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom:5px;
	color:#3C8C00;
}
#Interview .section1 .interview .qa p{
	margin-bottom:20px;
	line-height:1.6;
}


@media (max-width: 833px) {
	#Interview .section1{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Interview .section1 .interview p.name{
	font-size: 24px;
}
#Interview .section1 .interview h3{
font-size: 18px;
	margin-bottom:5px;
}
#Interview .section1 .interview .qa p{
	margin-bottom:10px;
	line-height:1.6;
}
}



