.image-scroll-section .section-wrap{background: linear-gradient(180deg, #D8EDF2 0%, rgba(216, 237, 242, 0) 100%);}
.image-scroll-section .is-section-header{padding-bottom:65px;}
.image-scroll-section .is-section-header .is-section-header-wrap{max-width:621px;width:100%;margin:0px auto;}
.image-scroll-section .is-section-header h2{margin:0px 0px 20px;line-height:1;}
.image-scroll-section .is-section-header p{font-weight:500;line-height:1.625;margin:0px 0px 42px;}
.image-scroll-section .section-image-scroll img{object-fit: cover;}


.image-scroll-section .image-slide{width:100%;max-width:250px;min-width:250px;}

.section-image-scroll-wrap{pointer-events: none;user-select: none;}
.section-image-scroll .swiper-wrapper{transition-timing-function : linear;}



@media only screen and (max-width:749px){
    .image-scroll-section .is-section-header p{margin-bottom:20px;}
    .image-scroll-section .is-section-header{padding-bottom:60px;}
    .image-scroll-section .image-slide{max-width: 180px;min-width: 180px;}
}