.xcgdfh {
	font-size: 16px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sdxcg {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.sdxcg {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.sdxcg {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width:767px) {
	.zdfwe {
		padding-bottom: 20px !important;
	}
}

.asdzasrxvsd {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.asdzasrxvsd {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.asdzasrxvsd {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media (min-width:992px) {
    .dfs {
      padding-left: 10px !important;
    }
}

.xfs {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xgdxg {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dxfdxfg {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.szxcxg {
	word-break: break-all;
}

h1 {
	text-align: center !important;
	font-weight: bold !important;
	font-size: 30px !important;
	line-height: 1.3 !important;
	color: #000 !important;
	padding-bottom: 20px !important;
}

h2 {
	font-weight: bold !important;
	font-size: 26px !important;
	line-height: 1.3 !important;
}

h3 {
	font-weight: bold !important;
	font-size: 23px !important;
	line-height: 1.3 !important;
}

h4 {
	font-weight: bold !important;
	font-size: 20px !important;
	line-height: 1.3 !important;
}

p {
	font-size: 18px !important;
	line-height: 1.5 !important;
}

.szxcxg h2 {
	text-align: center !important;
	color: #000 !important;
	padding: 10px 0;
}

.szxcxg h3 {
	text-align: center !important;
	color: #000 !important;
	padding: 10px 0;
}

.szxcxg h4 {
	text-align: center !important;
	color: #000;
	padding: 10px 0;
}

.szxcxg h5,
.szxcxg h6 {
	text-align: center !important;
	font-weight: bold !important;
	color: #000 !important;
	padding: 10px 0;
}

.szxcxg li,
.szxcxg span,
.szxcxg a {
	color: #000 !important;
}

.szxcxg img {
	max-width: 100%;
	height: auto;
}

.szxcxg p {
	line-height: 1.6 !important;
	text-align: left !important;
	color: #000 !important;
}

.szxcxg table {
	word-break: break-all !important;
}

.szxcxg td {
	font-size: 16px !important;
	color: #000 !important;
}

.szxcxg li {
	font-size: 16px !important;
	text-align: left !important;
	color: #000 !important;
}

.oursection {
	scroll-margin-top: 100px;
	display: none;
}

@media(max-width:767px) {
	.oursection {
		scroll-margin-top: 120px;
		display: block;
	}
}