.cs-wrapper-c332eaf7 {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
}
.cs-image-col-c332eaf7 {
	flex: 1 1 300px;
}
.cs-img-c332eaf7 {
	width: 100%;
	border-radius: 12px;
	display: block;
}
.cs-content-col-c332eaf7 {
	flex: 1 1 300px;
}
.cs-eyebrow-c332eaf7 {
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
.cs-title-c332eaf7 {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 1.2;
}
.cs-subheading-c332eaf7 {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 12px;
}
.cs-list-c332eaf7 {
	margin: 0 0 30px 0;
	padding-left: 20px;
	color: #444;
}
.cs-list-c332eaf7 li {
	margin-bottom: 8px;
}
.cs-button-c332eaf7 {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #c90016;
	color: #fff;
	padding: 12px 24px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.3s;
}
.cs-button-c332eaf7:hover {
	background-color: #a00010;
	color: #fff;
}
.cs-button-c332eaf7 i, .cs-button-c332eaf7 svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}
