.wc-91c62754-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background-color: #EBF4FA;
    padding: 60px;
    border-radius: 20px;
    align-items: center;
}

.wc-91c62754-content {
    flex: 1;
    min-width: 300px;
}

.wc-91c62754-title {
    font-size: 42px;
    font-weight: 700;
    color: #2D3748;
    margin-bottom: 20px;
    line-height: 1.2;
}

.wc-91c62754-divider {
    margin-bottom: 20px;
}

.wc-91c62754-desc {
    font-size: 16px;
    color: #4A5568;
    margin-bottom: 30px;
    line-height: 1.6;
}

.wc-91c62754-features {
    list-style: none;
    padding: 20px 30px;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.wc-91c62754-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2D3748;
}

.wc-91c62754-features li:last-child {
    margin-bottom: 0;
}

.wc-91c62754-icon {
    color: #F6AD55;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wc-91c62754-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.wc-91c62754-image {
    flex: 1;
    min-width: 300px;
}

.wc-91c62754-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .wc-91c62754-wrapper {
        flex-direction: column;
        padding: 30px;
    }
}
