.rdn_elementor_widget_slider {
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 6px 3px rgb(0 0 0 / 30%);
}

.rdn_elementor_widget_slider .swiper-wrapper {
    width: 100%;
    overflow-x: hidden;
}

.rdn_elementor_widget_slider .swiper-slide {
    min-height: 550px;
    text-align: center;
    position: relative;
    border-radius: 3px;
}

.rdn_elementor_widget_slider .swiper-slide h2 {
    font-family: Outfit, sans-serif;
    font-weight: 500;
    font-size: 55px;
    text-transform: uppercase;
    color: #FFFFFF;

    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}


/* Tablet */
@media (max-width: 1024px) and (min-width: 768px) {
    .rdn_elementor_widget_slider .swiper-slide h2 {
        font-size: 40px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .rdn_elementor_widget_slider .swiper-slide {
        min-height: 240px;
    }
    .rdn_elementor_widget_slider .swiper-slide h2 {
        font-size: 18px;
        bottom: 40px;
    }
}