.elementor-heading-title b, 
.elementor-heading-title span,
.elementor-heading-title strong {
    color: var(--primary-color);
}

/** CARROUSEL */
.customCarousel .swiper {
    position: relative !important;
    box-shadow: 0px 5px 40px #00000029;
}
.customCarousel .elementor-swiper-button {
    width: 85px;
    height: 70px;
    border: 0;
    background: var(--primary-color);
    bottom: 0px;
    top: auto !important;
    transform: none !important;
    align-items: center;
    justify-content: center;
    position: relative;
}
.customCarousel .elementor-swiper-button.elementor-swiper-button-prev{
    left: 0 !important;
}
.customCarousel .elementor-swiper-button.elementor-swiper-button-next{
    left: 85px;
    right: auto !important;
}
.customCarousel .elementor-swiper-button.elementor-swiper-button-next::before{
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #FFFFFF66 0% 0% no-repeat padding-box;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.customCarousel .elementor-image-carousel .swiper-slide-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**** IMAGE ****/
.with-rectangle.elementor-widget-image::before{
    content: "";
    display: block;
    width: 122px;
    height: 51px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
}



@media screen and (max-width:1400px) {
    .customCarousel .elementor-swiper-button{
        width: 75px;
        height: 60px;
    }
    .customCarousel .elementor-swiper-button{
        left: 75px !important;
    }
    .with-rectangle.elementor-widget-image::before {
        width: 92px;
        height: 31px;
    }
}