.gsdsfwecgwf {
	font-size: 16px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xch {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.xch {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.xch {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.vzfd {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fgsz {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gfcdr {
	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;
}

.gfcdr h2 {
	text-align: center !important;
	color: #000 !important;
}

.gfcdr h3 {
	text-align: center !important;
	color: #000 !important;
}

.gfcdr h4 {
	text-align: center !important;
	color: #000;
}

.gfcdr h5,
.gfcdr h6 {
	text-align: center !important;
	font-weight: bold !important;
	color: #000 !important;
}

.gfcdr li,
.gfcdr span,
.gfcdr a {
	color: #000 !important;
}

.gfcdr img {
	max-width: 100%;
	height: auto;
}

.gfcdr p {
	line-height: 1.6 !important;
	text-align: left !important;
	color: #000 !important;
}

.gfcdr table {
	word-break: break-all !important;
}

.gfcdr td {
	font-size: 16px !important;
	color: #000 !important;
}

.gfcdr li {
	font-size: 16px !important;
	text-align: left !important;
	color: #000 !important;
}

@media screen and (max-width: 991px) {
	.heading-3 {
		font-size: 3rem;
		margin-top: 100px;
	}
}


/* Default styles */
[item-style=Tall] {
	grid-row-start: span 2;
	grid-row-end: span 2;
	grid-column-start: span 1;
	grid-column-end: span 1;
	border-right: 1px solid grey;
	padding-right: 20px;
}

/* Styles for screens up to 1279px */
@media (max-width: 768px) {
	[item-style=Tall] {
		grid-row-start: span 1;
		/* Adjusted styles */
		grid-row-end: span 1;
		grid-column-start: span 2;
		grid-column-end: span 2;
		border-right: none;
		padding-right: 0px;
		/* Reduced padding */
	}
}