/**
 * Feature Of Services
 *
 * Generated by Dreamz Page Builder on 2026-08-13.
 */

.feature_wrapper {
	background: linear-gradient(105.52deg, rgba(23, 21, 20, 0.96) 0%, rgba(80, 55, 39, 0.92) 100%);
	padding: 30px;
	border-radius: 30px;
}

.feature_wrapper h4,
.feature_wrapper h2,
.feature_wrapper p {
	color: #ffffff;
}

.feature_wrapper h2 {
	margin-bottom: 30px;
	 font-family: 'Liberation Sans';
}

.feature_wrapper h4 {
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	line-height: 28.8px;
	letter-spacing: -0.48px;
	vertical-align: middle;
	font-family: 'Liberation Sans';
	margin-bottom: 20px;
	margin-top: 20px;
}

.feature_items:first-child h4 {
	margin-top: 0;
}

.feature_wrapper p {
	font-family: Liberation Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 26px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 30px;
}

.feature_wrapper p:last-child {
	margin-bottom: 0;
}

.feature_items {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
}

.feature_items:last-child {
	border-bottom: 0px solid #FFFFFF;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.feature_wrapper p {
		margin-bottom: 15px;
	}

	.feature_wrapper h4 {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
}