<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.skills{
	text-align: center;
	line-height: 1;
	margin-top: 100px;
}
.skills .title{
	font-size: 28px;
	color: #030303;
	margin-bottom: 62px;
}
.skills .content{
	padding-left: 20px;
	width: 1200px;
	box-sizing: border-box;
	text-align: left;
	margin: 0 auto;
}
.skills li{
	margin-bottom: 24px;
}
.skills .text-title{
	position: relative;
	font-size: 22px;
	color: #333333;
	margin-bottom: 13px;
}
.skills .text-title:before{
	position: absolute;
	content: "";
	width: 0;
	left: -20px;
	top: -1px;
	width: 4px;
	height: 24px;
	background-color: #eb7f00;
	border-radius: 2px;
}
.skills .text-description{
	font-size: 18px;
	color: #666;
	line-height: 30px;
	margin-bottom: 30px;
}
.service{
	margin-top: 94px;
}
@media only screen and (max-width: 768px){
	.skills{
		margin-top: 40px;
	}
	.skills .title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.skills .content{
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}
	.skills .text-title{
		font-size: 18px;
	}
	.skills .text-description{
		font-size: 16px;
	}
}</pre></body></html>