.is-container-86e4058e {
	width: 100%;
	background-color: #ffffff;
}

.is-grid-86e4058e {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}

@media (min-width: 992px) {
	.is-grid-86e4058e {
		grid-template-columns: 1fr 1fr;
		gap: 60px;
	}
}

.is-image-wrap-86e4058e {
	position: relative;
	background-color: #f5f8fa;
	padding: 20px;
	border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.is-image-wrap-86e4058e img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

/* Mobile: Display below image, slightly offset negative margin */
.is-overlay-box-86e4058e {
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	border-radius: 4px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    margin-left: 10px;
    margin-right: 10px;
}

/* Tablet/Desktop: Display as overlay on image */
@media (min-width: 768px) {
	.is-overlay-box-86e4058e {
        position: absolute;
		bottom: 40px;
		left: 40px;
		width: 70%;
		right: auto;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
	}
}

.is-overlay-top-86e4058e {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.is-overlay-box-86e4058e p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}

.is-subtitle-86e4058e {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.is-title-86e4058e {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #1a202c;
	margin: 0 0 25px 0;
	position: relative;
	padding-bottom: 25px;
}

@media (min-width: 768px) {
    .is-title-86e4058e {
        font-size: 36px;
    }
}

.is-title-86e4058e::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
}

.is-desc-86e4058e {
	font-size: 16px;
	line-height: 1.8;
	color: #4a5568;
	margin-bottom: 35px;
}

.is-features-grid-86e4058e {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
}

@media (min-width: 768px) {
	.is-features-grid-86e4058e {
		grid-template-columns: 1fr 1fr;
	}
}

.is-feature-item-86e4058e {
	display: flex;
	align-items: center;
	gap: 10px;
}

.is-feature-item-86e4058e span {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #4a5568;
	text-transform: uppercase;
}
