.th-29beaaed-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    gap: 20px;
}

.th-29beaaed-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 200px;
}

.th-29beaaed-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.th-29beaaed-icon svg,
.th-29beaaed-icon i {
    display: block;
}

.th-29beaaed-text {
    font-size: 16px;
    color: #0f172a;
    font-weight: 500;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .th-29beaaed-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 20px;
    }
    .th-29beaaed-item {
        width: 100%;
    }
}
