.custom-image-box-carousel {

    .swiper-wrapper {
        align-items: stretch;
    }

    .custom-image-box-carousel-item {

        .elementor-image-box-wrapper {
            border-radius: 8px;
            height: 100%;
        }

        .elementor-image-box-content {
            padding: 40px;

            .elementor-image-box-title, .elementor-image-box-description {
                color: white;
            }

            .elementor-image-box-title {
                font-size: 24px;
                margin-bottom: 16px;
            }

            .elementor-image-box-description {
                font-size: 16px;
                margin-top: 10px;
                margin-bottom: 30px;
                line-height: 21px;
            }

            a {
                font-size: 11px;
                font-weight: 500;
                color: white;
                text-transform: uppercase !important;
                text-decoration: underline;
                text-decoration-color: white;
                text-decoration-thickness: 2px;
                text-underline-offset: 5px;
            }
        }
    }

    .swiper-dots {
        text-align: center;
        margin-top: 10px;

        .swiper-pagination-bullet-active {
            background: #EB6909;
        }
    }

    @media only screen and (min-width: 1025px) {
        .swiper-dots {
            display: none;
        }
    }
}