.ms-solutions {
/*      background-color: #f5f4f7;   */
   overflow-x: hidden; 
}
.solutions-card .icon img {
  opacity:0.4;
}

.ms-solutions h2, .ms-solutions p {
  color:#000;
} 
.solutions-card {
 background: #010827;
  border: none;
      border-radius: 20px; 
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
}
.solutions-card .icon{
    width: 1.5rem;
} 
.ms-solutions .slider-nav {
     position: absolute;
    width: 92%;
    left: 4%;
    top: 55%;
    display: flex;
    justify-content: space-between;
}
.ms-solutions .slider-nav button{ 
    align-items: center;
    border: 1px solid #000;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}
}
.ms-solutions .slider-nav svg {
 width: 2.5rem;   
  transition: all 0.3s ease-in-out; 
  height: 2.5rem; 
}


.ms-solutions .slider-nav button:hover {
  opacity: 0.8;
/*   transform: translateY(-2px); */
}
 
.solutionsSlider .slick-list {
     padding: 0 8rem;
  padding-bottom: 1rem;
}

.solutionsSlider .slide-item {
  padding: 0 1rem;  
  box-sizing: border-box;
} 

.solutions-card h6, .solutions-card p {
 font-size: 0.875rem;  
}

.solutions-card h6 {
   color:rgba(255,255,255,0.6);
}
.solutions-card p {
    color:rgba(255,255,255,0.4);
    min-height: 4.5rem; 
}
.ms-solutions p {
 font-size: 0.875rem;  
}
      .solutions-card h5 {
  color:#fff;
 font-size: 1.375rem; 
} 

.ms-solutions .slider-nav svg {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
} 

@media (max-width: 767px) {
    .ms-solutions .slider-nav {
        position: absolute;
    width: 98%;
    left: 1%;
    top: 55%;
    display: flex;
    justify-content: space-between !important;
}

  
  }
  
}
