.testimonial-grid--section {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.testimonial-grid--section .section--inner {
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
    width: 100%;
    max-width: 1360px;
    align-items: center;
}

.testimonial-grid--section .section--inner .logo--container {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    max-width: 1120px;
}

.testimonial-grid--section .section--inner .logo--container .logo--title {
    font-size: var(--default-font-size);
    font-weight: var(--default-font-weight);
    color: #999999;
    text-align: center;
    font-weight: 700;
}

.testimonial-grid--section .section--inner .logo--container .logo--list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.testimonial-grid--section .section--inner .logo--container .logo--list .logo--list-item {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.testimonial-grid--section .section--inner .logo--container .logo--list .logo--list-item img {
    width: auto;
    max-width: unset;
    height: 60px;
}

.testimonial-grid--section .section--inner .logo--container .logo--list .logo--list-item:not(:first-child) {
    max-width: calc(50% - (16px * 1 / 2));
}

.testimonial-grid--section .section--inner .logo--container .logo--list .logo--list-item .logo--list-item-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.testimonial-grid--section .section--inner .testimonial--container {
    display: block;
    width: 100%;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    align-items: flex-start;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list.slick-initialized {
    display: block;
    align-items: unset;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item {
    padding: 0 5px;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner {
    background: var(--color-white);
    padding: 24px;
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    border-radius: 10px;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 8px;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-header .testimonial--list-item-header-image {
    width: 100%;
    max-width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-header .testimonial--list-item-header-image .testimonial--author-initial {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: var(--color-white);
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-header .testimonial--list-item-header-content {
    display: flex;
    flex-flow: column nowrap;
    gap: 4px;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-header .testimonial--list-item-header-content .testimonial--list-item-header-content-author {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--color-black);
    text-transform: capitalize;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-header .testimonial--list-item-header-content .testimonial--list-item-header-content-author-position {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--color-black);
    text-transform: capitalize;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-header .testimonial--list-item-header-content .testimonial--list-item-header-content-date {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #11111180;
    text-transform: capitalize;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-header .testimonial--list-item-header-source {
    margin-left: auto;
    width: 100%;
    max-width: 36px;
    line-height: 36px;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-header .testimonial--list-item-header-source svg {
    width: 100%;
    height: 100%;
    display: block;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-stars {
    display: flex;
    flex-flow: row wrap;
    gap: 2px;
    align-items: center;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-stars .testimonial--list-item-stars-star {
    width: 100%;
    max-width: 18px;
    height: 18px;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-stars .testimonial--list-item-stars-star svg {
    width: 100%;
    height: 100%;
    display: block;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-content * {
    font-size: 14px;
    line-height: 22px;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item .testimonial--list-item-inner .testimonial--list-item-content img {
    width: 100%;
    height: auto;
    display: block;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list.slick-initialized {
    margin-bottom: 0;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list.slick-initialized .slick-dots {
    position: relative;
    bottom: unset;
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    margin-top: 24px;
    justify-content: center;
    align-items: center;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list.slick-initialized .slick-dots li {
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list.slick-initialized .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list.slick-initialized .slick-dots li button:before {
    display: none;
}

.testimonial-grid--section .section--inner .testimonial--container .testimonial--list.slick-initialized .slick-dots li.slick-active button {
    background: #FFFFFF;
}

.testimonial-grid--section .section--inner .contact-us-button-container .button-group .contact-us-button {
    background: transparent;
    border-color: var(--color-white);
}

.testimonial-grid--section .section--inner .contact-us-button-container .button-group .contact-us-button:hover {
    background: var(--color-white);
    color: var(--primary-color) !important;
    border-color: var(--color-white);
}

@media (min-width: 768px) {

    .testimonial-grid--section .section--inner .logo--container {
        padding: 0;
    }

    .testimonial-grid--section .section--inner .logo--container .logo--list .logo--list-item:not(:first-child),
    .testimonial-grid--section .section--inner .logo--container .logo--list .logo--list-item {
        max-width: calc(33.33% - (16px * 2 / 3));
    }

    .testimonial-grid--section .section--inner .contact-us-button-container {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .testimonial-grid--section {
        padding: 40px 20px;
    }

    .testimonial-grid--section .section--inner .contact-us-button-container {
        padding: 0 20px;
    }
}

@media (min-width: 1024px) {

    .testimonial-grid--section .section--inner .logo--container {
        flex-flow: row nowrap;
        gap: 70px;
    }

    .testimonial-grid--section .section--inner .logo--container .logo--title {
        white-space: nowrap;
        width: 100%;
        max-width: 90px;
    }

    .testimonial-grid--section .section--inner .logo--container .logo--list {
        flex-flow: row nowrap;
        margin-left: auto;
        justify-content: space-between;
    }

    .testimonial-grid--section .section--inner .logo--container .logo--list .logo--list-item:not(:first-child),
    .testimonial-grid--section .section--inner .logo--container .logo--list .logo--list-item {
        max-width: 100%;
    }

    .testimonial-grid--section .section--inner .testimonial--container .testimonial--list {
        gap: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item {
        padding: 10px;
        width: 33.33%;
    }
}


@media (min-width: 1280px) {

    .testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item {
        width: 25%;
    }
}

@media (min-width: 1366px) {

    .testimonial-grid--section .section--inner .testimonial--container .testimonial--list .testimonial--list-item {
        width: 20%;
    }
}