.wpf-1e8cd650-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    background-color: #f8fafc; /* light background matching the image */
    padding: 40px;
    border-radius: 20px;
}

.wpf-1e8cd650-content {
    flex: 1 1 400px;
}

.wpf-1e8cd650-image-col {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
}

.wpf-1e8cd650-img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

.wpf-1e8cd650-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 30px;
}

.wpf-1e8cd650-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wpf-1e8cd650-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.1rem;
    color: #475569;
}

.wpf-1e8cd650-bullet {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #3b82f6; /* blue bullet */
    border-radius: 50%;
    flex-shrink: 0;
}

.wpf-1e8cd650-text strong {
    color: #1e293b;
}

.wpf-1e8cd650-callout {
    border: 1px solid #0f172a;
    border-radius: 12px;
    padding: 20px 25px;
    background-color: #ffffff;
    display: inline-block;
    color: #0f172a;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .wpf-1e8cd650-wrapper {
        flex-direction: column;
        padding: 20px;
    }
}