.elementor-737 .elementor-element.elementor-element-1bc02fdc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:41px 41px;--row-gap:41px;--column-gap:41px;--padding-top:100px;--padding-bottom:100px;--padding-left:40px;--padding-right:40px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-737 .elementor-element.elementor-element-6df58e36{width:var( --container-widget-width, 53% );max-width:53%;--container-widget-width:53%;--container-widget-flex-grow:0;text-align:center;}.elementor-737 .elementor-element.elementor-element-6df58e36.elementor-element{--align-self:center;}.elementor-737 .elementor-element.elementor-element-6df58e36 .elementor-heading-title{font-family:var( --e-global-typography-26491cd-font-family ), Sans-serif;font-size:var( --e-global-typography-26491cd-font-size );font-weight:var( --e-global-typography-26491cd-font-weight );}.elementor-737 .elementor-element.elementor-element-79c49465{--e-image-carousel-slides-to-show:6;}@media(max-width:1024px){.elementor-737 .elementor-element.elementor-element-1bc02fdc{--gap:25px 25px;--row-gap:25px;--column-gap:25px;--padding-top:80px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}.elementor-737 .elementor-element.elementor-element-6df58e36{--container-widget-width:85%;--container-widget-flex-grow:0;width:var( --container-widget-width, 85% );max-width:85%;}.elementor-737 .elementor-element.elementor-element-6df58e36 .elementor-heading-title{font-size:var( --e-global-typography-26491cd-font-size );}}@media(max-width:767px){.elementor-737 .elementor-element.elementor-element-1bc02fdc{--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-737 .elementor-element.elementor-element-6df58e36{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-737 .elementor-element.elementor-element-6df58e36 .elementor-heading-title{font-size:var( --e-global-typography-26491cd-font-size );}.elementor-737 .elementor-element.elementor-element-79c49465{--e-image-carousel-slides-to-show:2;}}/* Start custom CSS for image-carousel, class: .elementor-element-79c49465 */.elementor-737 .elementor-element.elementor-element-79c49465 .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -moz-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; 
}

Code: 
.elementor-737 .elementor-element.elementor-element-79c49465 {
    position: relative;
    overflow: hidden;
}

.elementor-737 .elementor-element.elementor-element-79c49465::before,
.elementor-737 .elementor-element.elementor-element-79c49465::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width:50px; /* Change this*/
    pointer-events: none;
    z-index: 1;
}

.elementor-737 .elementor-element.elementor-element-79c49465::before {
    left: 0;
    Z-index: 2 !important;
    background: linear-gradient(to right, #fff, transparent) !important;
}

.elementor-737 .elementor-element.elementor-element-79c49465::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent) !important;
}/* End custom CSS */