[class*="wd-columns-"] {
    --wd-col: 1;
}

    [class*="wd-columns-"] > div {
        flex: 0 0 calc(100% / var(--wd-col));
        max-width: calc(100% / var(--wd-col));
        width: calc(100% / var(--wd-col));
    }

.testimonials-slider :is(.owl-stage-outer,.owl-carousel:not(.owl-loaded)) {
    padding-top: 5px;
    padding-bottom: 5px;
}

.wd-testimon-info {
    display: flex;
    align-items: center;
}

.wd-testimon-thumb {
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 20px;
    max-width: 100px;
    border-radius: 50%;
    border: 1px solid grey;
    padding: 2px;
}

.wd-testimon-bio {
    flex: 1 1 auto;
    text-align: left;
}

.wd-testimon-name {
    margin-bottom: 10px;
}

.wd-testimon .star-rating {
    display: none;
    margin-top: 10px;
}

.testimon-with-rating .wd-testimon .star-rating {
    display: block;
}

.wd-testimon-text {
    margin-top: 25px;
}

.testimon-style-info-top .wd-testimon-thumb img {
    min-width: 90px;
    max-width: 90px;
}

.testimon-style-info-top .wd-testimon-text {
    position: relative;
    padding: 25px;
    background-color: var(--bgcolor-gray-200);
    border-radius: var(--wd-brd-radius);
    transition: all .25s ease;
}

    .testimon-style-info-top .wd-testimon-text:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 30px;
        border-right: 10px solid transparent;
        border-bottom: 12px solid var(--bgcolor-gray-200);
        border-left: 10px solid transparent;
        transition: inherit;
    }

@media (min-width: 1025px) {
    .wd-columns-2 {
        --wd-col: 2;
    }

    .wd-columns-3 {
        --wd-col: 3;
    }

    .wd-columns-4 {
        --wd-col: 4;
    }

    .wd-columns-5 {
        --wd-col: 5;
    }.wd-testimon-thumb

    .wd-columns-6 {
        --wd-col: 6;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    [class*="wd-columns-"]:not(.wd-columns-1) {
        --wd-col: 2;
    }
}
