.ssc-wrapper-d71b9c4c {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.ssc-card-d71b9c4c {
	position: sticky;
	display: flex;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	transition: all 0.3s ease;
}

.ssc-layout-left .ssc-card-d71b9c4c {
	flex-direction: row;
}

.ssc-layout-right .ssc-card-d71b9c4c {
	flex-direction: row-reverse;
}

/* Fallbacks if prefix isn't applied */
.ssc-img-right-d71b9c4c {
	flex-direction: row-reverse;
}

.ssc-img-left-d71b9c4c {
	flex-direction: row;
}

.ssc-card-image-d71b9c4c {
	flex: 1;
	min-width: 40%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.ssc-card-content-d71b9c4c {
	flex: 1;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.ssc-subtitle-d71b9c4c {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
	margin-bottom: 10px;
}

.ssc-title-d71b9c4c {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	margin-top: 0;
	margin-bottom: 20px;
}

.ssc-dec-line-d71b9c4c {
	width: 50px;
	height: 2px;
	background-color: #000;
	margin-bottom: 20px;
	display: block;
}

.ssc-desc-d71b9c4c {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 30px;
}

.ssc-btn-d71b9c4c {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.ssc-btn-d71b9c4c:hover {
	background-color: #333;
	color: #fff;
}