
.testimonials-slider__item {
    background: #fff;
    padding: 30px;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 24px 48px 105px rgba(0, 0, 0, 0.1);
    margin-top: 35px;
    position: relative;

    .review {
        font-weight: 300;
        font-size: 20px;
    }

    .count {
        position: absolute;
        left: 0;
        font-size: 65px;
        top: -47px;
        left: -25px;
        -webkit-text-fill-color: white;
        -webkit-text-stroke: 1px black;
    }

    .meta {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .img {
            margin-bottom: -66px;
        }

        h4 {
            font-size: 20px;
            font-style: italic;
            font-weight: bold;
            margin: 0;
        }
    }
}



@media screen and (max-width: 767px) {
  
}