.customer-review-container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: #222;
    margin-bottom: 12px;
    margin-top: 16px;
    padding: 16px;
    border-style: solid;
    border-width: 1px;
}
.customer-review-container .date {
    font-weight: 400;
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
}

.customer-review-container p{
    font-weight: 400;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
}

@media screen and (max-width: 777px) {
    .customer-review-container p {
        font-size: 12px !important;
    }

    /* .customer-review-container {
        padding: 10px 12px 10px 50px !important;
        background-image: url(img/quote-top-left.svg), url(img/quote-bottom-right.svg);
        background-repeat: no-repeat, no-repeat;
        background-position: top 10px left 9px, bottom 10px right 10px;
        background-color: #fafafa;
    } */

    /* .customer-review-media-item {
        height: 20px;
        width: 90px;
        margin-bottom: 8px;
    } */
}

@media screen and (min-width: 778px) {
    /* .customer-review-media-item {
        height: 20px;
        width: 115px;
        background-size: cover;
    } */
}


.dash {
    font-weight: 700;
    margin-right: 0.25em;
}

.customerName {
    font-weight: 700;
    margin-top: 22px;
    font-size: 16px;
    line-height: 24px;
}

.hide {
    display: none;
}
.name-reviewStar-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.name-reviewStar-wrapper img{
    height: 16px;
    width: 80px;
    margin-left: 10px;
}

.name-reviewStar-wrapper h2{
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.customer-review-media-item {
    margin-left: 15px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.upload-btn {
    border-style: solid;
    border-width: 2px;
}
