.ts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .ts-wrapper {
        flex-direction: row;
        align-items: stretch;
    }
}

.ts-intro-block {
    background-color: #f2f2f2;
    padding: 40px 30px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 300px;
}

.ts-intro-title {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #444;
}

.ts-intro-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.ts-slider-block {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ts-swiper-container {
    width: 100%;
    overflow: visible;
}

.ts-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    height: auto;
}

.ts-quote-icon {
    margin-bottom: 15px;
}

.ts-quote-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 20px;
}

.ts-divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 0 0 20px 0;
}

.ts-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ts-author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.ts-author-name {
    font-size: 14px;
    font-weight: 600;
    color: #003399;
}
