/* 
Theme Name: Hello Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: 
Author: MeysamWeb
Author URI: https://github.com/meysamWeb.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.mw-image-carousel .swiper-slide-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mw-image-carousel .swiper-slide-image {
    width: 100%;
    max-width: 220px;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.mw-image-carousel .elementor-image-carousel-caption {
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    font-style: unset !important;
}

@media (min-width: 992px) {
    .mw-image-carousel .swiper-slide-image {
        max-width: 320px;
    }

    .mw-image-carousel .elementor-image-carousel-caption {
        font-size: 35px;
    }
}