.tbp-7b1c166a-card {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 24px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    margin: 15px 0;
}
.tbp-7b1c166a-card.tbp-layout-right {
    flex-direction: row-reverse;
}
.tbp-7b1c166a-image {
    flex: 1;
    max-width: 50%;
}
.tbp-7b1c166a-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}
.tbp-7b1c166a-content {
    flex: 1;
}
.tbp-7b1c166a-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
}
.tbp-7b1c166a-desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

@media (max-width: 768px) {
    .tbp-7b1c166a-card,
    .tbp-7b1c166a-card.tbp-layout-right {
        flex-direction: column;
    }
    .tbp-7b1c166a-image {
        max-width: 100%;
    }
}
