.carousel-module{align-items:center;display:flex;flex-direction:column;padding:20px;position:relative}.carousel-container{display:flex;overflow:hidden;scroll-behavior:smooth;width:100%}.carousel-slide{flex:0 0 auto;padding:10px;text-align:center;width:25%}.carousel-image{border-radius:12px;height:172px;object-fit:cover;width:100%}.carousel-text{background-color:#f7e2ff;border-radius:10px;color:#1b144f;font-family:Poppins;font-size:20px;font-weight:600;height:120px;line-height:30px;margin-top:10px;padding:15px;text-align:left}.carousel-next,.carousel-prev{align-items:center;background-color:#fff;border:none;border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,.1);cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:50px}.carousel-prev{left:90px;top:380px}.carousel-next{right:90px;top:380px}.carousel-next svg,.carousel-prev svg{color:#1b144f;height:30px;width:30px;stroke-width:2.5}@media screen and (max-width:768px){.carousel-slide{width:100%}}