.clgreviews {
}
.clgreviews-slider {
    display: flex;
    align-items: center;
    gap:32px;
    margin: 0 0 40px;
    overflow-x: scroll;
    max-width: 100%;
    white-space: nowrap;
    justify-content: center;
}
.clgreviews-slider-item {
    opacity: 0.35;
    cursor: pointer;
    transition: all 0.5s ease-out;
    filter: grayscale(1);
    flex-shrink: 0;
}
.clgreviews-slider-item.active,
.clgreviews-slider-item:hover{
    opacity: 1;
    filter: grayscale(0);
}
.clgreviews-slider-item-in{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor .clgreviews-slider-item img {
    max-width: 100%;
    max-height: 38px;
    width: auto;
    height: 100%;
}
.clgreviews-review {
}
.clgreviews-review-item {
    display: none;
    opacity: 0;
    transition: all 1s ease-out;
}
.clgreviews-review-item.active {
    display: block;
}
.clgreviews-review-item-in {
    background-color: #f6f8fb;
    padding: 40px 30px 20px;
    border-radius: 30px;
    max-width: 860px;
    margin: 0 auto;
}
.elementor .clgreviews-review-item-in .quote {
    display: block;
    margin: 8px auto 15px;
}
.clgreviews-review-item-in p {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
.clgreviews-review-item-in span {
    font-style: italic;
    text-align: center;
    display: inline-block;
    margin:0 0 20px;
    width: 100%;
}

.clgreviews-review-item .author {
    max-width: 572px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0 auto 20px;
    justify-content: space-around;
    width: fit-content;
}

.clgreviews-review-item .author img {
    margin: 0 !important;
    border-radius: 65px;
}
.clgreviews-review-item .author span {
    margin: 0;
    display: inline-flex;
}

@media screen and (max-width: 1360px) {
    .clgreviews-slider {
        justify-content: flex-start;
    }

}

@media screen and (max-width: 500px) {

    .clgreviews-slider-item-in{
        margin:0 10px;
    }

    .clgreviews-review-item-in p {
        font-size: 22px;

    }
    .clgreviews-review-item-in span {
        font-size: 18px;
    }

}