/* Default styles with requested values */
.tcf-3a819c6f-wrapper {
    display: flex;
    gap: 40px;
    background-color: #f9f0f9;
    padding: 60px 40px;
    align-items: flex-start;
}

.tcf-3a819c6f-col-left,
.tcf-3a819c6f-col-right {
    flex: 1;
}

.tcf-3a819c6f-heading {
    color: #1a1a1a;
    font-size: 32px;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.tcf-3a819c6f-desc {
    color: #555555;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.tcf-3a819c6f-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tcf-3a819c6f-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.tcf-3a819c6f-icon {
    color: #800080;
    fill: #800080;
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tcf-3a819c6f-icon svg {
    width: 100%;
    height: 100%;
}

.tcf-3a819c6f-text {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 2px;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .tcf-3a819c6f-wrapper {
        flex-direction: column;
        padding: 40px 20px;
        gap: 32px;
    }
}