.dic-1c0186b2-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	overflow: hidden;
}

.dic-1c0186b2-card:hover {
	transform: translateY(-4px);
}

.dic-1c0186b2-image {
	width: 100%;
	line-height: 0;
}

.dic-1c0186b2-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.dic-1c0186b2-icon {
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Body wrapper */
.dic-1c0186b2-body {
	width: 100%;
}

.dic-1c0186b2-body--vertical {
	display: flex;
	flex-direction: column;
}

.dic-1c0186b2-body--horizontal {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.dic-1c0186b2-titles-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dic-1c0186b2-desc-col {
	flex: 1 1 0%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dic-1c0186b2-title {
	margin: 0;
	padding: 0;
}

.dic-1c0186b2-title-part1,
.dic-1c0186b2-title-part2,
.dic-1c0186b2-title-sep {
	display: inline;
}

.dic-1c0186b2-description {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.dic-1c0186b2-button {
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	transition: background-color 0.3s ease, color 0.3s ease;
	cursor: pointer;
	line-height: 1;
}

.dic-1c0186b2-button:hover {
	text-decoration: none;
}

/* Responsive: stack horizontal layout on small screens */
@media (max-width: 767px) {
	.dic-1c0186b2-body--horizontal {
		flex-direction: column;
	}
	.dic-1c0186b2-titles-col {
		flex: none;
		max-width: 100% !important;
		width: 100%;
	}
}
