
#testimonial-slider {
    margin-bottom: 50px;
}
#testimonial-slider .container {
    text-align: center;
}
.wpmtst-testimonial-inner {
    background-color: #f6f6f6;
    padding: 120px 30px 30px 30px;
    margin: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='35' viewBox='0 0 4.816 3.992' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M1.481 1.97c.189.077.337.2.444.367.107.168.161.367.161.599 0 .309-.099.562-.296.76a1 1 0 01-.734.296c-.309 0-.562-.099-.76-.296A1.032 1.032 0 010 2.936c0-.155.019-.305.058-.451.039-.146.114-.365.225-.657L.966 0h1.03l-.515 1.97zm2.73 0c.189.077.337.2.444.367.107.168.161.367.161.599 0 .309-.099.562-.296.76a1 1 0 01-.734.296 1.03 1.03 0 01-.76-.296 1.032 1.032 0 01-.296-.76c0-.155.019-.305.058-.451.038-.146.114-.365.225-.657L3.696 0h1.03l-.515 1.97z' fill='%23ffd909' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50px;
    text-align: center;
}
.testimonial-heading {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}
.testimonial-content {
    font-size: 14px;
    line-height: 22px;
    color: #a1a1a1;
}
.testimonials-title {
    font-size: 40px;
    font-family: 'Firenight', sans-serif;
    color: #820091;
    text-align: center;

}
.testimonial-content .readmore {
    display: block;
    color: #a1a1a1;
}
.testimonial-content .readmore:hover {
    color: #820091;
}
.testimonial-name {
    margin-top: 24px;
}
#testimonial-slider .btn-yellow {
    margin-top: 50px;
}

@media(min-width: 1200px){
    .wpmtst-testimonial-inner {
        min-height: 500px;
        position: relative;
    }
    .testimonial-name {
        margin-top: 24px;
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 670px){
    #testimonial-slider .btn-yellow {
        margin-top: 20px;
    }
}
.wp-block .strong-content {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
}
.wp-block .strong-content .testimonial {
    flex-basis: 30%;
    min-width: 30%;
}
@media(max-width: 991px){
    .anshow-testimonials .container {
        padding: 0;
        max-width: 100%;
    }
}
@media(max-width: 576px){
    .wpmtst-testimonial-content p {
        font-size: 12px;
    }
    .wpmtst-testimonial-inner {
        padding: 120px 10px 30px 10px;
        margin: 15px 10px;
    }

}
