﻿.customer-slider-module {
    background-color: #EFEFEF;
    padding-bottom: 36px;
    padding-top: 36px;
    margin-bottom: 82px;
}

    .customer-slider-module .container-fluid {
        max-width: 1350px;
        display: flex;
    }

    .customer-slider-module .customers-carousel {
        width: 100%;
    }

    .customer-slider-module .carousel-control-next,
    .customer-slider-module .carousel-control-prev {
        position: inherit;
        align-items: flex-end;
        width: 10%;
    }

    .customer-slider-module .carousel-control-next-icon,
    .customer-slider-module .carousel-control-prev-icon {
        width: 100%;
        height: 33px;
        max-width: 20px;
        margin-bottom: 13px;
    }

    .customer-slider-module .carousel-control-prev-icon {
        background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/scroll_left.png);
    }

    .customer-slider-module .carousel-control-next-icon {
        background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/scroll_right.png);
    }

    .customer-slider-module .customers-slide {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
        align-items: center;
    }

        .customer-slider-module .customers-slide p {
            font-size: 28px;
            line-height: 33px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #424242;
        }

        .customer-slider-module .customers-slide .image-group-container {
            display: flex;
            align-items: center;
            gap: 24px;
            justify-content: space-between;
            height: 60px;
        }

        .customer-slider-module .customers-slide img {
            flex: 1;
            min-width: 0;
            max-height: 100%;
        }

.btn-demo {
    margin-top: 8px;
}

@media (max-width: 767px) {
    .customer-slider-module .customers-slide .image-group-container {
        flex-wrap: wrap;
        height: auto;
    }

    .customer-slider-module .customers-slide img {
        flex: 1 1 30%;
        max-height: 40px;
    }
}

@media (max-width: 576px) {
    .customer-slider-module {
        margin-bottom: 50px;
    }

        .customer-slider-module .carousel-control-next-icon,
        .customer-slider-module .carousel-control-prev-icon {
            width: 100%;
            height: 33px;
            max-width: 22px;
        }

        .customer-slider-module .customers-slide p {
            font-size: 20px;
            line-height: 33px;
            font-weight: 700;
            margin-bottom: 8px;
        }
}
