.ms-who-we-are-hero::before {
   content: '' !important;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 70.56%);
   background-repeat: no-repeat;
}

.ms-products-hero::before {
   content: '' !important;
   background: linear-gradient(180deg, #0b111f 0%, rgba(15, 25, 45, 0.54) 27.44%, rgba(22, 36, 65, 0.25) 68.31%);
   background-repeat: no-repeat;
}

.ms-projects-wrapper-main {
   font-family: 'Jost', Sans-serif;
}

#ms-products-page-hero::before {
   background: linear-gradient(180deg, #326696 0%, rgba(22, 36, 65, 0.25) 38.88%) !important;
}
.ms-products-page-hero::before {
   background: linear-gradient(180deg, #326696 0%, rgba(22, 36, 65, 0.25) 38.88%) !important;
}

.ms-products-slider-section {
   overflow: hidden !important;
}

.ms-products-swiper-nav-container {
   display: flex;
   gap: 12px;
   justify-content: flex-end;
   margin-top: 40px;
   max-height: 40px;
}

.ms-products-swiper-nav-container img {
   cursor: pointer;
}

.swiper-button-lock {
   display: block !important;
}

/* <---- Products Slider CSS ----> */

.ms-products-wrapper .ms-product {
   display: flex;
   align-items: flex-start;
   gap: 40px;
}

.ms-products-wrapper .ms-product .ms-product-content-wrapper {
   display: flex;
   flex-direction: column;
   gap: 24px;
}

.ms-products-wrapper .ms-product .ms-product-content-wrapper .ms-product-content-inner {
   display: flex;
   flex-direction: column;
   gap: 16px;
}

.ms-products-wrapper .ms-product .ms-product-content-wrapper .ms-product-content-inner ul {
   padding-left: 18px !important;
   display: flex;
   flex-direction: column;
   gap: 8px !important;
}

.ms-products-wrapper .ms-product .ms-product-content-wrapper h3 {
   font-family: 'Jost';
   font-weight: 500;
   font-size: 24px;
   line-height: 33.6px;
   color: #000000;
}

.ms-products-wrapper .ms-product .ms-product-content-wrapper p {
   font-family: 'Jost';
   font-weight: 500;
   font-size: 14px;
   line-height: 14px;
   letter-spacing: 0.5px;
   color: #6d748e;
}

.ms-products-wrapper .ms-product .ms-product-content-wrapper .ms-product-content-inner ul li {
   font-family: 'Jost';
   font-weight: 400;
   font-size: 14px;
   line-height: 18.2px;
   color: #35363a;
}

.ms-products-wrapper .ms-product .ms-product-content-wrapper .ms-product-content-inner ul li::marker {
   color: #f3801e !important;
}
.ms-products-wrapper .ms-product .ms-product-content-wrapper h3,
.ms-products-wrapper .ms-product .ms-product-content-wrapper p {
   margin: 0px !important;
}

.ms-product-content strong .elementor-icon-list-text {
   margin-bottom: 12px !important;
   margin-top: 12px;
   display: block;
}

@media only screen and (max-width: 767px) {
   .ms-products-wrapper .ms-product .ms-product-content-wrapper h3 {
      font-family: 'Jost';
      font-weight: 500;
      font-size: 24px !important;
      line-height: 24px !important;
      color: #000000;
   }
   .ms-products-wrapper .ms-product {
      display: flex;
      flex-direction: column !important;
      align-items: center;
      gap: 24px !important;
   }
}
