.reviews-comments {
    margin: 0 0 3rem 0;
}

.reviews-comments-content {
    margin-bottom: 0 !important;
}

.reviews-wrapper.another {
    border-top: 1px solid #c6c6c6;
}

.reviews-wrapper {
    display: flex;
    /*flex-direction: column; for respnsititivy */
}

.reviews-wrapper > ul {
    flex: 1 1;
    margin: 0 !important;
}

.reviews-wrapper > ul:not(:first-child) {
    border-left: 1px solid #c6c6c6;
}

.reviews-wrapper .break {
    flex-basis: 100%;
    height: 0;
}

.reviews-wrapper p.c-rating-widget {
    margin: 0 !important;
}

.review-recommend {
    padding: 0 0 0 1em;
}

.c-post__author {
    margin: 0 !important;
}

.product-average-review-wrapper svg {
    max-width: 96px !important;
}

@media (max-width: 769px) {
    .reviews-wrapper {
        display: flex;
        flex-direction: column;
    }

    .reviews-wrapper > ul:not(:first-child) {
        border: none;
    }

    .reviews-wrapper > ul:not(:first-child) > li:first-child {
        border-top: 1px solid #c6c6c6;
    }

    .reviews-title {
        text-align: center;
    }

    /*.review-recommend {*/
    /*    padding: 0;*/
    /*}*/
}
