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

    .block-testimonial-slider  {
        margin-bottom: 15px;
    }

}

.block-testimonial-slider .img-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.block-testimonial-slider .img-wrapper img {
    height: 120px;
    width: auto;
    border-radius: 9999999999999999px;
}

.block-testimonial-slider .content-wrapper {
    background: white;
    margin-top: 60px;
    padding: 85px 25px 25px 25px;
    color: #194673;
    margin-bottom: 10px;
}
.block-testimonial-slider .content-wrapper:hover {
    -webkit-box-shadow: 11px 10px 0px 0px #DDE466;
    box-shadow: 11px 10px 0px 0px #DDE466;
}
.block-testimonial-slider .content-wrapper .testimonial-slider-title {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;

}

.block-testimonial-slider .content-wrapper .testimonial-slider-company {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.block-testimonial-slider .content-wrapper .testimonial-slider-text-wrapper {
    padding-left: 35px;
    position: relative;
}
.block-testimonial-slider .content-wrapper .testimonial-slider-text-wrapper .goose-mark {
    text-transform: uppercase;
    position: absolute;
    left: -5px;
    font-size: 50px;
    color: #DDE466;
    font-weight: 700;
    top: -41px;
    }

.block-testimonial-slider .spacer-item-tl {
    display: none;
}
.block-testimonial-slider .spacer-item-tl.active {
    display: block;
}

@media screen and (max-width:991px){
    .block-testimonial-slider .spacer-item-tl.active{
        display: none;
    }
}