.dswtg {
	font-size: 16px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sdfxfdx {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.sdfxfdx {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.sdfxfdx {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.cxfsdf {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:1030px) {
	.cxfsdf {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}
}

@media (max-width:1030px) and (min-width:768px) {
	.cxfsdf {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.fxfqe {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.fxfqe {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.hvcgd {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dsdsfhy {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sdcsz {
	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;
}

.sdcsz h2 {
	text-align: center !important;
	color: #000 !important;
}

.sdcsz h3 {
	text-align: center !important;
	color: #000 !important;
}

.sdcsz h4 {
	text-align: center !important;
	color: #000;
}

.sdcsz h5,
.sdcsz h6 {
	text-align: center !important;
	font-weight: bold !important;
	color: #000 !important;
}

.sdcsz li,
.sdcsz span,
.sdcsz a {
	color: #000 !important;
}

.sdcsz img {
	max-width: 100%;
	height: auto;
}

.sdcsz p {
	line-height: 1.6 !important;
	text-align: left !important;
	color: #000 !important;
}

.sdcsz table {
	word-break: break-all !important;
}

.sdcsz td {
	font-size: 16px !important;
	color: #000 !important;
}

.sdcsz li {
	font-size: 16px !important;
	text-align: left !important;
	color: #000 !important;
}