.wrapper {
    cursor: move;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* team and about  */
    min-height: 716px;
    align-items: center;
    display: flex;
    /* blog */
    height: unset;
}

/*  .blog-section .wrapper-carousel .scope-slider min-height: 600px; */

/* .service-section .wrapper-carousel .scope-slider {
    min-height: 700px; */


.wrapper .scopeSlider {
    width: var(--gallery-cards-wrapper-width);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    min-width: 290px;

    min-height: 700px;
}

.wrapper .gallery {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: calc(var(--carousel-selected-card-height) + 75px);

}

.wrapper .slider {
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.1s linear 0s;

}

.wrapper .oxoftCarouselItem>div {
    transition:
        height 0.35s cubic-bezier(.08, .44, .87, .61),
        min-height 0.35s cubic-bezier(.08, .44, .87, .61);

}

.active>div {
    height: 550px;
    width: var(--carousel-selected-card-width);

}