.elementor .elementor-widget-corinas-features > .elementor-widget-container {
	padding: 0;
	margin: 0;
}

.corinas-features {
	box-sizing: border-box;
	padding: 64px 16px;
	background: #ffffff;
	color: #111827;
	font-family: inherit;
}

.corinas-features *,
.corinas-features *::before,
.corinas-features *::after {
	box-sizing: border-box;
}

.corinas-features__inner {
	max-width: 1280px;
	margin: 0 auto;
}

.corinas-features__head {
	text-align: center;
	margin-bottom: 48px;
}

.corinas-features__title {
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.15;
	font-weight: 700;
	color: #111827;
	margin: 0 0 12px;
}

.corinas-features__subtitle {
	font-size: clamp(16px, 1.6vw, 18px);
	color: #4b5563;
	margin: 0;
}

.corinas-features__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

@media (min-width: 768px) {
	.corinas-features__grid {
		grid-template-columns: repeat(var(--corinas-features-cols, 4), minmax(0, 1fr));
	}
}

.corinas-features__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 24px;
	border-radius: 12px;
	transition: background-color 0.2s ease;
}

.corinas-features__item:hover {
	background-color: #fff7ed;
}

.corinas-features__icon-wrap {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffedd5 0%, #fee2e2 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	color: #ea580c;
}

.corinas-features__icon {
	width: 32px;
	height: 32px;
	display: inline-block;
	color: inherit;
}

.corinas-features__icon svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
}

.corinas-features__label {
	color: #1f2937;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
}
