.icon-with-text .icon-with-text-wrapper {background-color: rgba(var(--color-background), 0.08);}
.icon-with-text .icon-with-text-wrapper .swiper ul.swiper-wrapper {list-style-type: none;padding: 0;margin: 0;}
.icon-with-text .icon-with-text-wrapper .swiper ul.swiper-wrapper li.swiper-slide.custom-slider-wrapper {display: inline-flex;gap: 8px;justify-content: center;align-items: center;border-right: 1px solid rgba(0,0,0,0.2);}
.icon-with-text .icon-with-text-wrapper .swiper ul.swiper-wrapper li.swiper-slide.custom-slider-wrapper p{ margin: 0; color: #01974F; font-family: Poppins; font-size: 14px; font-style: normal; font-weight: 600; line-height: normal; }
.icon-with-text .icon-with-text-wrapper .swiper ul.swiper-wrapper li.swiper-slide.custom-slider-wrapper .svg-wrapper {width: 22px;height: 22px;}


@media screen and (max-width:575px){
  .icon-with-text .icon-with-text-wrapper .swiper ul.swiper-wrapper li.swiper-slide.custom-slider-wrapper {gap: 0;padding-right: 40px;white-space: nowrap;}
  .icon-with-text .icon-with-text-wrapper .swiper ul.swiper-wrapper li.swiper-slide.custom-slider-wrapper .svg-wrapper {margin-right: 10px;}
}