.card h2{
    white-space: normal;
}
.review-cards{
    flex-wrap: wrap;
}
.review-page-card{
    flex-basis: 48%;
}
.filter-button{
    padding-bottom: 5px;
    border: none;
    background: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.productDetailText .more-text{
    display:none;
}
.productDetailText.show .more-text{
    display:inline;
}
.productDetailText.show .dots{
    display:none;
}