.installment-carousel-section{padding:80px 0;background-color:#ffffff;position:relative;overflow:hidden}.carousel-wrapper{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;display:flex;gap:20px;padding-bottom:20px}.carousel{display:flex;gap:20px;flex:1 1;min-width:100%}.carousel-card{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 20px);background-color:#f8fafc;border-radius:16px;padding:24px;box-shadow:0 4px 12px rgba(0,0,0,.05);scroll-snap-align:start;transition:transform .3s ease;min-width:280px;max-width:350px}.carousel-card:hover{transform:translateY(-5px)}.carousel-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;margin-bottom:16px}.carousel-icon img{height:100%}.carousel-description{color:#5c6b89;font-size:15px;line-height:1.6}@media (max-width:767px){.carousel-wrapper{padding-bottom:10px}.carousel-card{flex-grow:0;flex-shrink:0;flex-basis:calc(90vw - 40px);max-width:none}}