.section-style-101 {
	padding: 100px 50px;
}
.section-style-101 .content-wrapper h1 {
	font-size: clamp(24px, 5vw, 36px);
	line-height: 1.3;
	margin-bottom: 20px;
}
.section-style-101 .content-wrapper p {
	font-size: clamp(16px, 2.5vw, 18px);
	line-height: 1.5;
	margin-bottom: 30px;
}
.section-style-101 .cta-button {
	padding: 12px 26px;
	background: #000;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.section-style-101 .cta-button:hover {
	background: #333;
	transform: translateY(-2px);
}
.section-style-101 .features-panel {
	border: 1px solid #ddd;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 4px 20px rgb(0 0 0 / 0.05);
	overflow: hidden;
}
.section-style-101 .feature-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 20px 15px;
	border-bottom: 1px solid #eee;
	background: #fff;
}
.section-style-101 .feature-item:last-child {
	border-bottom: none;
}
.section-style-101 .feature-item img {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}
.section-style-101 .feature-item h3 {
	margin: 0 0 5px 0;
	font-size: clamp(16px, 2vw, 18px);
}
.section-style-101 .feature-item p {
	margin: 0;
	color: #555;
	font-size: clamp(13px, 1.5vw, 14px);
}
@media (max-width: 991.98px) {
	.section-style-101 {
		padding: 40px 0;
	}
	.section-style-101 .content-wrapper {
		text-align: center;
	}
	.section-style-101 .cta-button {
		width: 100%;
		max-width: 300px;
	}
}
@media (max-width: 575.98px) {
	.section-style-101 .feature-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 15px;
	}
	.section-style-101 .feature-item img {
		margin-bottom: 10px;
	}
}
