﻿
.testimonial {
    height: 100%;
    background-repeat: no-repeat;
    margin-left: 5rem;
    background-size: 90px;
}

.testimonial-card {
    padding-top: 14%;
    padding-left: 2%;
    font-family: var(--sg-font-family-regular);
    font-size: 1.05rem;
    line-height: 1.7;
}

.testimonial-profile {
    margin-top: 1%;
    margin-right:2%;
    text-align: right;
    font-family: var(--sg-heading-font-family-semibold);
}

@media only screen and (max-width: 640px) {
    .testimonial {
        margin-left: 0.5rem;
    }
}
/*quote slider*/
.quote-slider {
}

    .quote-slider
    .slick-track, .quote-slider .slack-list {
        height: 100%;
    }

    .quote-slider > button {
        display: none !important;
    }
