.kh-f0ff0e85-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 60px 20px;
    background-color: #ffffff;
}

.kh-f0ff0e85-content, 
.kh-f0ff0e85-image-wrap {
    flex: 1 1 45%;
    min-width: 300px;
}

.kh-f0ff0e85-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.kh-f0ff0e85-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.kh-f0ff0e85-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.kh-f0ff0e85-feature {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #54595F;
}

.kh-f0ff0e85-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.kh-f0ff0e85-icon svg {
    width: 20px;
    height: 20px;
}

.kh-f0ff0e85-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.kh-f0ff0e85-btn {
    display: inline-block;
    padding: 14px 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.kh-f0ff0e85-btn-secondary {
    border-color: #4EA7AB;
}

.kh-f0ff0e85-btn-secondary:hover {
    background-color: #4EA7AB;
    color: #ffffff !important;
}

.kh-f0ff0e85-btn-primary:hover {
    opacity: 0.9;
}

.kh-f0ff0e85-image-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.kh-f0ff0e85-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 768px) {
    .kh-f0ff0e85-wrapper {
        flex-direction: column;
        padding: 40px 15px;
    }
    .kh-f0ff0e85-title {
        font-size: 2rem;
    }
}