.custom-card-carousel{overflow:hidden;padding:24px 30px;position:relative}.carousel-track{display:flex;gap:35px;transition:transform .55s ease;will-change:transform}.carousel-card{background:#fff;border-radius:14px;box-shadow:0 0 15px 0 rgba(0,0,0,.1);flex:0 0 calc((100% - 30px*(var(--cards-visible) - 1))/var(--cards-visible));min-height:560px;overflow:hidden}.card-image-wrap{background:#f4f6fb;height:275px;overflow:hidden;width:100%}.card-image{height:100%;object-fit:cover;width:100%}.card-content{padding:36px 26px 42px}.card-logo{height:40px;margin-bottom:5px;object-fit:contain;width:40px}.carousel-card h3{color:#061735;font-size:30px;line-height:1.15;margin:0 0 10px}.card-text{color:#444;font-size:18px;line-height:1.35}.card-text p{margin:0}.carousel-btn{background:#fff;border:0;border-radius:50%;box-shadow:0 8px 24px rgba(0,0,0,.14);cursor:pointer;font-size:32px;height:44px;line-height:1;position:absolute;top:50%;transform:translateY(-50%);width:44px;z-index:2}.carousel-btn.prev{left:8px}.carousel-btn.next{right:8px}@media (max-width:1024px){.carousel-card{flex-basis:calc(50% - 15px)}.custom-card-carousel{--cards-visible:2!important}}@media (max-width:640px){.carousel-track{gap:20px}.carousel-card{flex-basis:100%;min-height:auto}.custom-card-carousel{--cards-visible:1!important}.card-image-wrap{height:230px}.carousel-card h3{font-size:26px}.card-text{font-size:18px}}