.sqgh .s-tit {
	width: 30%;
	clear: both;
	color: #fff;
    padding: 5px 0;
    text-align: center;
    margin: 0 auto;
    background: #f0762b;
    border-radius: 5px 5px 0 0;
	margin-bottom: 10px;
}
.sqgh .s-tit p {
	margin: 0;
}
.sqgh .s-tit .x-tit {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.sqgh .sqgh-1 {
	width: 30%;
	height: 300px;
	margin: 30px 1%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	
	border-radius: 5px;
    
}
.sqgh .sqgh-1 .sqgh1-1 {
	height: 140px;
	margin-bottom: 20px;
}
.sqgh .sqgh-1 .sqgh1-2 {
	height: 140px;
}
.sqgh .bg-s {
	box-shadow: 0 2px 8px 0 rgb(103 130 177 / 20%);
	padding: 15px;
}

.mar-lt {
	margin-left: 17% !important;
}
.sqgh .sqgh-1 img {
	width: 30%;
	margin: 20px auto 10px;
}

.sqgh .sqgh-1 .line_1 {
    width: 80%;
    margin: 8px auto;
    opacity: 0.5;
}
.sqgh .sqgh-1 .line_1 i {
	font-size: 40px;
}
.sqgh .sqgh-1 .tit {
	font-size: 16px;
	font-weight: 700;
	color: #da4d00;
	margin: 20px 0 16px;
	text-align: center;
}
.sqgh .sqgh-1 p {
	color: #333;
    padding: 2px 10px;
    font-size: 16px;
    text-align: left;
	margin: 0;
    line-height: 25px;
}

@media (max-width: 767px) {
	.omain {
		width: 100%;
	}
	.sqgh {
		width: 100%;
	}
	.sqgh .s-tit {
		width: 80%;
	}
	.sqgh .sqgh-1 {
		width: 90%;
		margin: 10px auto;
		display: block;
		height: auto;
	}
	h2 {
		font-size: 20px;
	}
	.mar-lt {
		margin: 10px auto !important;
	}
	.zt-title h2 {
		font-size: 25px;
	}
	.sqgh .sqgh-1 h3 {
		font-size: 18px;
	}
}