.elementor-1748 .elementor-element.elementor-element-3905c315{--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;--padding-top:70px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.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-1748 .elementor-element.elementor-element-14a2cd71{width:auto;max-width:auto;margin:29px 0px calc(var(--kit-widget-spacing, 0px) + 25px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-1748 .elementor-element.elementor-element-14a2cd71.elementor-element{--align-self:center;}.elementor-1748 .elementor-element.elementor-element-14a2cd71 .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:50px;font-weight:700;color:var( --e-global-color-secondary );}.elementor-1748 .elementor-element.elementor-element-22c2bd20{--e-image-carousel-slides-to-show:6;margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;padding:0px 0px 0px 0px;}.elementor-1748 .elementor-element.elementor-element-22c2bd20 .swiper-wrapper{display:flex;align-items:center;}@media(max-width:767px){.elementor-1748 .elementor-element.elementor-element-3905c315{--padding-top:70px;--padding-bottom:70px;--padding-left:10px;--padding-right:10px;}.elementor-1748 .elementor-element.elementor-element-14a2cd71 .elementor-heading-title{font-size:29px;}}@media(min-width:768px){.elementor-1748 .elementor-element.elementor-element-3905c315{--content-width:1400px;}}/* Start custom CSS for image-carousel, class: .elementor-element-22c2bd20 */.elementor-1748 .elementor-element.elementor-element-22c2bd20 .swiper-pagination {
    bottom: -15px !important;
}
.elementor-1748 .elementor-element.elementor-element-22c2bd20 img {
    height: 100px;
    object-fit: contain;
}/* End custom CSS */
/* Start custom CSS *//* .section-title:after {
    content: "";
    display: block;
    width: 50%;
    margin-top: 10px;
    height: 2px;
    background: #00C670;
}
.section-title {
    width: max-content !important;
}*/
.section-title span {
    color: #1E1F24;
}


/*  new */ 
.section-title h2 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 15px; /* space for the + sign */
  margin-bottom: 2rem;
  display: inline-block;
}

/* Vertical line */
.section-title h2::before {
content: '';
    display: block;
    width: .5px;
    background: #000;
    position: absolute;
    height: 80px;
    bottom: -40px;
    left: -20px;
}

/* Horizontal line */
.section-title h2::after {
content: '';
    display: block;
    height: .5px;
    background: #000;
    position: absolute;
    width: calc(100% + 54px);
    left: -54px;
    bottom: -10px;
}

.section-title-nomobile h2:before,.section-title-nomobile h2:after {
    display: none !important;
}/* End custom CSS */