@media (max-width:959px) {
	.szr {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.szr::after {
		display: none !important;
	}
}

.gvbktxfd {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.gvbktxfd {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.gvbktxfd {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.fed {
	display: block !important;
}

@media (min-width:960px) {
	.fed {
		display: none !important;
	}
}

.fdcdasgwe {
	font-size: 16px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hjkh {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jhmgh {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.scxwaer {
	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;
}

.scxwaer h2 {
	text-align: center !important;
	color: #000 !important;
}

.scxwaer h3 {
	text-align: center !important;
	color: #000 !important;
}

.scxwaer h4 {
	text-align: center !important;
	color: #000;
}

.scxwaer h5,
.scxwaer h6 {
	text-align: center !important;
	font-weight: bold !important;
	color: #000 !important;
}

.scxwaer li,
.scxwaer span,
.scxwaer a {
	color: #000 !important;
}

.scxwaer img {
	max-width: 100%;
	height: auto;
}

.scxwaer p {
	line-height: 1.6 !important;
	text-align: left !important;
	color: #000 !important;
}

.scxwaer table {
	word-break: break-all !important;
}

.scxwaer td {
	font-size: 16px !important;
	color: #000 !important;
}

.scxwaer li {
	font-size: 16px !important;
	text-align: left !important;
	color: #000 !important;
}

dkisection>dkis {
	display: flex;
	/* flex: 1 1 26%; */
	min-height: 50px;
	min-width: 365px;
	/* max-width: 50%; */
	border-radius: 10px;
	/* background-color: rgb(237 247 254); */
	color: #08abe9;
	/* justify-content: center; */
	/* align-items: center; */
	font-size: clamp(1.30rem, 2vw + 0.50rem, 1.75rem);
	/* letter-spacing: -0.05em; */
}