
.dbizz-ts{width:100%;position:relative;overflow:hidden}
.dbizz-ts *{box-sizing:border-box}
.dbizz-ts-viewport{overflow:hidden;position:relative}
.dbizz-ts-track{display:flex;transition:transform .55s ease;will-change:transform}
.dbizz-ts-slide{min-width:100%;display:flex;gap:12px;align-items:stretch}
.dbizz-ts-image,.dbizz-ts-content{border-radius:10px;overflow:hidden}
.dbizz-ts-image{flex:0 0 48%;min-height:320px}
.dbizz-ts-image img{width:100%;height:100%;min-height:320px;display:block;object-fit:cover}
.dbizz-ts-content{flex:1;background:#fff;padding:26px 28px;min-height:320px;display:flex;flex-direction:column;justify-content:center}
.dbizz-ts-quote{font-family:Georgia,serif;color:#c72b32;font-size:72px;line-height:.55;font-weight:700;height:44px;margin-bottom:8px}
.dbizz-ts-eyebrow,.dbizz-ts-company{color:#c72b32;font-size:10px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}
.dbizz-ts-eyebrow{margin-bottom:18px}
.dbizz-ts-name{margin:0 0 12px;color:#2d4967;font-size:20px;line-height:1.25;font-weight:700}
.dbizz-ts-company{margin-bottom:18px}
.dbizz-ts-text{color:#39404a;font-size:13px;line-height:1.7}
.dbizz-ts-dots{display:flex;justify-content:center;gap:7px;padding-top:28px}
.dbizz-ts-dot{width:7px;height:7px;padding:0;border:0;border-radius:0;background:#d8dce0;cursor:pointer;transition:transform .2s ease,background .2s ease}
.dbizz-ts-dot.is-active{background:#c72b32;transform:scale(1.15)}
.dbizz-ts-dot:focus{outline:2px solid currentColor;outline-offset:3px}
.dbizz-ts-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#2d4967;color:#fff;display:flex;align-items:center;justify-content:center;font-size:34px;line-height:1;cursor:pointer;transition:all .2s ease}
.dbizz-ts-prev{left:15px}
.dbizz-ts-next{right:15px}
.dbizz-ts-arrow:hover{background:#c72b32}
.dbizz-ts-arrow:focus{outline:2px solid currentColor;outline-offset:3px}

@media(max-width:767px){
    .dbizz-ts-slide{flex-direction:column}
    .dbizz-ts-image,.dbizz-ts-content{flex-basis:auto!important;width:100%}
    .dbizz-ts-image,.dbizz-ts-image img{min-height:260px}
    .dbizz-ts-content{min-height:auto;padding:28px 22px}
}
