.dfsdfsfg {
	font-size: 16px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.scvser {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.scvser {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.scvser {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.fcte::after {
	display: none !important;
}

.fcte {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.fcte {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

a {
	text-decoration: none !important;
}

.llccs {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.llccs {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.llccs {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.fxcqfe {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vgwsd {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ghtjyg {
	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;
}

.ghtjyg h2 {
	text-align: center !important;
	color: #000 !important;
}

.ghtjyg h3 {
	text-align: center !important;
	color: #000 !important;
}

.ghtjyg h4 {
	text-align: center !important;
	color: #000;
}

.ghtjyg h5,
.ghtjyg h6 {
	text-align: center !important;
	font-weight: bold !important;
	color: #000 !important;
}

.ghtjyg li,
.ghtjyg span,
.ghtjyg a {
	color: #000 !important;
}

.ghtjyg img {
	max-width: 100%;
	height: auto;
}

.ghtjyg p {
	line-height: 1.6 !important;
	text-align: left !important;
	color: #000 !important;
}

.ghtjyg table {
	word-break: break-all !important;
}

.ghtjyg td {
	font-size: 16px !important;
	color: #000 !important;
}

.ghtjyg li {
	font-size: 16px !important;
	text-align: left !important;
	color: #000 !important;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 1px
}



.lava-roi-calculator .lava-roi-form input {
	width: 100%;
	padding: 8px;
	margin: 6px 0;
	box-sizing: border-box
}

.lava-roi-calculator .lava-roi-form label {
	font-weight: 700;
	display: block;
	margin-top: 12px
}

.lava-roi-results h3 {
	margin-bottom: 10px
}