.motors-elementor-widget.stm_image_carousel {
    max-width: 1140px;
    margin: 0 auto;
}

.motors-elementor-widget.stm_image_carousel .swiper-wrapper {
    overflow: visible !important;
}

.motors-elementor-widget.stm_image_carousel .swiper-slide {
    text-align: center;
}

.motors-elementor-widget.stm_image_carousel .stm-swiper-controls {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.motors-elementor-widget.stm_image_carousel .stm-swiper-controls .swiper-pagination {
    position: relative;
    margin: 9px 15px;
    width: -moz-fit-content;
    width: fit-content;
    bottom: unset;
}

.motors-elementor-widget.stm_image_carousel .stm-swiper-controls .swiper-pagination span {
    margin-right: 7px;
}

.motors-elementor-widget.stm_image_carousel .stm-swiper-controls .swiper-pagination span.swiper-pagination-bullet-active {
    background: #6c98e1;
}

.motors-elementor-widget.stm_image_carousel .stm-swiper-controls .swiper-pagination span:last-child {
    margin-right: 0;
}

.motors-elementor-widget.stm_image_carousel .stm-swiper-controls .stm-swiper-next,
.motors-elementor-widget.stm_image_carousel .stm-swiper-controls .stm-swiper-prev {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    padding: 5px 15px;
    border: 2px solid transparent;
    color: #888;
}

.motors-elementor-widget.stm_image_carousel .stm-swiper-controls .stm-swiper-next:hover,
.motors-elementor-widget.stm_image_carousel .stm-swiper-controls .stm-swiper-prev:hover {
    cursor: pointer;
    border-color: #6c98e1;
    color: #6c98e1;
}