.splide__list {
    height: 490px !important;
}

.splide__slide {
    align-items: center;
    padding: 10px;
    display: flex;
    justify-content: center;


}

.splide__slide__container {
    max-width: 600px;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 0px 30px 30px;
    height: 400px;
    box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);

}

.slide__content {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0px;
    position: relative;
}

.slide-img__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: -30px;
}

.slide-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;

}

.slide-img__caption {

    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.slide-img__caption span {
    color: #112a46;
    font-weight: 500;
    font-size: 18px;
}

.slide-img__caption small {
    font-size: 11px;
}

/* Custom styling (Totally Optional)*/

.splide__pagination__page.is-active {
    transform: scale(1.5);
    background: #112a46;
    <?php if ($isMobile) : ?>display: none;
    <?php endif; ?>
}

/* ********* */



.stars {
    text-align: center;
}

.link-depoimento {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;

    color: gray;
    font-size: 15px;
}

.link-depoimento span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.txt-depoimento {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width:425px) {
    .splide__slide__container {
        height: 380px
    }

    .slide-img__caption span {
        font-size: 18px;
        font-weight: 700;

    }

    .slide-img__caption small {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .txt-depoimento {
        font-size: 18px;
    }


    .link-depoimento {
        gap: 5px;
    }


    .link-depoimento span {
        font-size: 18px;
    }


    .splide__slide {
        margin: 0 auto;
    }
    .splide__list {
        height: 480px !important;
    }
}

@media screen and (min-width:1400px) {
    .splide {
        max-width: 90%;
        margin: 0 auto;
    }
}