.loader {
    display: none;
    width: 48px;
    height: 48px;
    border: 5px solid #eceeef;
    border-bottom-color: #FFF;
    border-radius: 50%;
    animation: rotation 1s linear infinite;
    margin: 0 0 10px auto;
}
.loader.active {
    display: block;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.re-testimonial-grade-stars {
    width: 120px;
    margin: 0 0 32px;
}
.re-testimonial-grade-stars .star-content div.star, .re-testimonial-grade-stars .star-content div.star-on,
.re-testimonial-grade-stars .star-content div.star-hover {
    background: url(../img/stars.png) no-repeat 0 0 transparent
}
.re-testimonial-grade-stars .star-content div.star-on, .re-testimonial-grade-stars .star-content div.star-hover {
    background-position: -24px 0;
}
#retestimonials .slide-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}
#retestimonials .slide-container p {
    text-align: center;
    color: #363636;
}
#retestimonials .slide-container p.quote {
    max-width: 526px;
    font-size: 26px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 24px;
}
#retestimonials .slide-container p.name {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
#retestimonials{
    padding: 80px 0;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    #retestimonials {
        padding: 48px 0 24px;
    }
    #retestimonials .slide-container p.quote {
        font-size: 18px;
        line-height: normal;
    }
    #retestimonials .slide-container p.name {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
    }
}