.home-iconlist-section .section-wrap{background-image:var(--bg-image);}
.home-iconlist-section .slide-text{width:100%;max-width:calc(100% - 49px);padding-left:15px;}
.home-iconlist-section .slide-text h5{margin:0px;line-height:1.4;}
.home-iconlist-section .slide-text p{margin:4px 0px 0px;line-height:1.5;}
.home-iconlist-section .slide-icon{width:49px;height:49px;border-radius:8px;background-color:rgb(var(--color-foreground));}


@media only screen and (max-width:749px){
    .home-iconlist-section{overflow: hidden;}
    .home-iconlist-section .swiper{overflow:unset;}
    .home-iconlist-section .swiper-slide{width:auto}
}






