.container-cerejeiras-depoimentos .carousel-slick-depoimentos .carousel-slick-slide-depoimentos::before {
    content: '';
    display: block;
    position: absolute;
    width: 34px;
    height: 100%;
    background-image: linear-gradient(8deg, #234F8B 3.95%, #5D72B1 97.89%);
    left: -25px;
    top: 0;
}

.container-cerejeiras-depoimentos .carousel-slick-depoimentos .carousel-slick-slide-depoimentos {
    background-color: #FFF;
    width: 290px;
    height: 310px;
    margin-right: 10px;
    border-radius: 20px;
    position: relative;
    background-image: url('../images/icon-testimonial.svg');
    background-position: top right;
    background-repeat: no-repeat;
    padding: 42px 26px;
    overflow: hidden;
}

.container-cerejeiras-depoimentos .carousel-slick-depoimentos .title {
    color: #234F8B;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
    background-image: url('../images/line.webp');
    background-position: bottom left;
    background-repeat: no-repeat;
}

.container-cerejeiras-depoimentos .carousel-slick-depoimentos .description {
    margin-top: 40px;
}

.container-cerejeiras-depoimentos .carousel-slick-depoimentos .description,
.container-cerejeiras-depoimentos .carousel-slick-depoimentos .description p {
    color: var(--marca-primrio-azul-700, #5D72B1);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.container-cerejeiras-depoimentos .carousel-slick-depoimentos .carousel-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}