.homepage-section--testimonials-wrapper {
    position: relative;
}
.homepage-section--testimonials-wrapper.shopify-section .homepage-sections-wrapper {
    padding-bottom: 20px;
}
.homepage-section--testimonials-wrapper.shopify-section .homepage-sections-wrapper .testimonial-slides li {
    margin-bottom: 30px;
}
.testimonial-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    border: 1px solid var(--header-border-color);
    background-color: var(--testimonial-background-color);
    transition: box-shadow 0.3s ease-in-out;
    padding: 40px;
    color: var(--page-background);
}
.testimonial-container:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
.testimonial-container figure {
    margin: 0;
}
.testimonial-container a cite {
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}
.testimonial-container a:hover cite {
    opacity: 0.6;
    text-decoration: underline;
}
.testimonial-slides {
    padding-left: 0;
    list-style: none;
}
.testimonial-content {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.testimonial-content h3 {
    display: inline;
}
.testimonial-content blockquote {
    margin-bottom: 0;
}
.testimonial-content blockquote p:last-child {
    margin-bottom: 0;
}
.testimonial-content img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
}
.testimonial-content cite {
    font-style: normal;
    margin-top: 0
    display: inline-block;
    font-size: 24px;
}

.testimonial-text{
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.testimonial-text a {
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}
.testimonial-text a:hover {
    opacity: 0.6;
}
.testimonial-stars {
    margin-bottom: 40px;
}
.testimonial-stars svg {
    height: 40px;
    width: 40px;
    color: var(--testimonial-stars-color);
}
.testimonial-stars[data-rating="1"] svg:nth-child(-n + 1),
.testimonial-stars[data-rating="2"] svg:nth-child(-n + 2),
.testimonial-stars[data-rating="3"] svg:nth-child(-n + 3),
.testimonial-stars[data-rating="4"] svg:nth-child(-n + 4),
.testimonial-stars[data-rating="5"] svg:nth-child(-n + 5) {
    fill: var(--testimonial-stars-color);
}
.testimonial-heading {
    text-align: center;
}
.homepage-section--testimonials-wrapper .homepage-sections-wrapper .testimonial-container a {
    color: var(--color-primary);
}
.homepage-section--testimonials-wrapper .homepage-sections-wrapper .testimonial-container a:hover cite {
    color: var(--color-primary);
}
.homepage-section--testimonials-wrapper .homepage-sections-wrapper .slider-direction-nav svg {
    stroke: var(--color-primary);
}
