.testimonial-slider .slick-slide {
    width: 273px;
    height: auto;
    margin: 0 10px;
}

.testimonial-slider .slick-slide > * {
    height: 100%;
}

.testimonial {
    background: #f0ece7;
    padding: 60px 0 0;
    position: relative;
}

.testimonial h2 {
    margin: 0 0 20px;
    text-align: left;
}

.testimonial-review-info {
    padding: 14px 20px 15px 15px;
    background-color: #f6f6f6;
    border-radius: 5px;
    max-width: 284px;
    margin-top: 90px;
}

.testimonial-review-info-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-review-info-content {
    width: calc(100% - 64px);
    padding-left: 11px;
}

.testimonial-review-info-content p {
    font-size: 16px;
    color: #474747;
    font-weight: 700;
    margin: 0 0 5px;
}

.testimonial-review-info a.btn {
    padding: 0;
    background-color: transparent;
    padding-right: 22px;
    color: #c5502b;
    font-size: 16px;
    text-decoration: underline;
    border: none;
    margin-top: -5px;
    margin-left: 7px;
}

.testimonial-review-info a.btn:after {
    content: "\e911";
    font-family: "icomoon" !important;
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 50%;
    font-weight: normal;
    transform: translate(0, -50%);
}

.testimonial {
    .wp-google-powered {
        display: none !important;
    }

    .wp-gr.wpac {
        padding-bottom: 0 !important;
    }

    .wp-gr .grw-review-inner.grw-round {
        border-radius: 5px !important;
        padding: 45px 30px !important;
        display: grid;
        grid-template-rows: repeat(4, auto);
    }

    .wp-gr .grw-review .wp-google-left {
        grid-row: 3 / 4;
        padding-top: 30px !important;
    }

    .wp-gr .grw-review .wp-google-stars {
        margin: 0 0 30px !important;
    }

    .wpac img,
    .wp-gr.wpac .wp-google-left img,
    .wp-google-time {
        display: none !important;
    }

    .wp-gr.wpac a.wp-google-name {
        font-family: "Source Sans 3";
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 18px !important; /* 100% */
        letter-spacing: 1.44px !important;
        text-transform: uppercase !important;
        color: #4797a3 !important;
    }

    .wp-gr .grw-review-inner > svg {
        display: none;
    }

    div.grw-btns {
        position: absolute !important;
        top: calc(100% + 20px) !important;
        right: initial !important;
        width: 45px !important;
        height: 45px !important;
        background-color: #fff !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        transition: all ease-in-out 0.2s !important;

        svg {
            display: none !important;
        }

        &:after {
            content: "\e910";
            font-family: "icomoon" !important;
            top: -0.5px;
            font-size: 19px;
        }

        &:hover {
            background-color: #c5502b !important;
            &:after {
                color: #fff;
            }
        }
    }

    .grw-btns.grw-next {
        left: 55px !important;
    }

    .grw-btns.grw-prev {
        right: initial !important;

        &:after {
            rotate: 180deg;
        }
    }
}

@media (min-width: 768px) {
    .testimonial-review-info {
        margin-top: 24px;
    }

    .testimonial-slider .slick-slide {
        width: 400px;
        height: auto;
        margin: 0 16px;
    }

    .testimonial-slider {
        padding-bottom: 62px;
        margin-right: -52px;
    }

    .testimonial-slide-item {
        padding: 44px 57px 26px 29px;
    }

    .testimonial-slider .slick-arrow {
        left: unset;
        transform: unset;
        right: 52px;
    }

    .testimonial-slider .slick-prev {
        margin: 0;
        margin-right: 53px;
    }

    .testimonial-slider .slick-next {
        margin-left: 0;
    }

    .testimonial-review-info {
        margin-top: -44px;
    }

    .testimonial h2 {
        margin: 0 0 20px;
    }

    .testimonial-bottom-image {
        width: 1920px;
    }

    .testimonial {
        padding: 53px 0 0;
    }

    .testimonial {
        .grw-review {
            min-width: 410px !important;
        }

        div.grw-btns {
            top: calc(100% + 20px) !important;
            right: 55px !important;
        }

        .grw-btns.grw-next {
            left: initial !important;
        }

        .grw-btns.grw-prev {
            right: 110px !important;
        }
    }
}

@media (min-width: 1200px) {
    .testimonial {
        .grw-review {
            min-width: initial !important;
        }

        div.grw-btns {
            top: calc(100% + 20px) !important;
            right: 0 !important;
        }

        .grw-btns.grw-prev {
            right: 54px !important;
        }
    }

    .testimonial h2 {
        margin: 0 0 20px;
        text-align: center;
    }

    .testimonial-slider {
        padding-bottom: 66px;
        margin-right: 0;
        margin: 0;
    }

    .testimonial-slider .slick-arrow {
        right: 16px;
    }

    .testimonial {
        padding: 120px 0 0;
    }

    .testimonial h2 {
        margin: 0 0 25px;
    }

    .testimonial-review-info a.btn:hover {
        color: #4797a3;
    }
}

@media (min-width: 1536px) {
    .testimonial {
        .grw-review {
            min-width: 410px !important;
        }
    }
}
