[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,.wd-owl:not(.owl-loaded)) {
    padding-block:5px}

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

.wd-testimon-thumb {
    flex: 0 0 auto;
    overflow: hidden;
    margin-inline-end:20px;max-width: 100px;
    border-radius: 50%
}

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

.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-bottom: 24px;
}

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

.testimon-style-info-top .wd-testimon-text {
    position: relative;
    padding: 0px;
    background-color: #ffffff;
    border-radius: var(--wd-brd-radius);
    transition: all .25s ease;
    color: #2d3338;
}

.testimon-style-info-top .wd-testimon-text:before {
    content: "";
    position: absolute;
    bottom: 100%;
    inset-inline-start: 30px;
    border-right: 10px solid transparent;
    border-bottom: 0px;
    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-columns-6 {
        --wd-col: 6
    }
}

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