﻿.testimonials
{
    padding: 15px 30px;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 1.5vw;
    line-height: 1.7;
}

    .testimonials h2
    {
        color: white;
        margin-bottom: 0;
        font-size: 1.7em;
    }

    .testimonials .lb-prev
    {
        background-image: url(../../../images/EppingEvents/TestimonialPrev.svg);
        background-size: 30px 30px;
        background-position: center center;
        left: -30px;
    }
        .testimonials .lb-prev:hover
        {
            background-image: url(../../../images/EppingEvents/TestimonialPrev.svg);
        }

    .testimonials .lb-next
    {
        background-image: url(../../../images/EppingEvents/TestimonialNext.svg);
        background-size: 30px 30px;
        background-position: center center;
        right: -30px;
    }
        .testimonials .lb-next:hover
        {
            background-image: url(../../../images/EppingEvents/TestimonialNext.svg);
        }

.testimonial
{
    background-color: black;
    color: white;
    text-align: center;
}

    .testimonial .quote
    {
        font-style: italic;
        padding: 15px;
    }

    .testimonial .name
    {
        font-size: 0.85em;
    }

    .testimonial .stars
    {
        color: var(--eceGrey);
    }
@media (max-width: 950px)
{
    .testimonials
    {
        font-size: 1.2em;
    }
}

@media (max-width: 800px)
{
    .testimonials
    {
        font-size: 1em;
    }
}