@charset 'utf-8';

.technical{padding: 50px 0;}
.technical .content{margin-top: 30px; font-size: 18px; line-height: 32px;}
.technical .content img{max-width: 100%; height: auto;}

@media (max-width:960px) {
	.technical{padding: 30px 15px;}
	.technical .content{margin-top: 10px; font-size: 16px; line-height: 28px;}
}