.slide-image-container{
    width: 100%;
    height: 450px;
    overflow-x: auto;
    scrollbar-width: none;
    border-radius: 15px;
    scroll-behavior: smooth;
}

/* .slide-image-container::-webkit-scrollbar{
    display: none;
} */

.slide-image-container .slider{
   width:100%;
   height: 100%;
   display: flex;
   flex-wrap: nowrap;
   
}

.slide-image-container .slider img{
      flex: 0 0 100%; 
      object-fit: cover;
}

.img-slider-text{
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}