.lgcomment_block {
    background-color: #fff;
    border-radius: 40px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    margin: 0 auto 40px;
    padding: 45px;
    font-family: Poppins, sans-serif;
}

.lgcomment_block h1 {
    color: #4a4a4a;
    font-family: Bellota, LondrinaSolid, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 0;
    text-align: left;
}

@media (min-width: 960px) {
    .lgcomment_block h1 {
        text-align: center
    }
}

.lgcomment_numberreviews, .lgcomment_summary {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
    flex: 0 0 100%;
}

@media (min-width: 960px) {
    .lgcomment_numberreviews, .lgcomment_summary {
        flex: 0 0 50%;
    }
}


.lgcomment_numberreviews span, .lgcomment_summary span {
    color: #f39100;
    font-family: Bellota, LondrinaSolid, sans-serif;
    flex: 0 0 50%;
}

.lgcomment_icons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.lgcomment_icons span {
    font-family: Bellota, LondrinaSolid, sans-serif;
    text-align: center;
    font-size: 20px;
}

.lgcomment_icons img {
    width: 40px;
    height: 40px;
}

.lgcomment_reviews .answer {
    border-top: 1px solid #b8b8b8;
    margin-top: 20px;
    padding-top: 20px;
}

.lgcomment_block .average {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lgcomment_reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.lgcomment_review {
    margin: 15px 0;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

@media (min-width: 767px) {
    .lgcomment_review {
        flex: 0 0 48%;
    }
}

.lgcomment_review .date {
    right: 10px;
    top: 10px;
    font-size: 12px;
    position: absolute;
}

.lgcomment_button {
    margin: 15px auto;
    text-align: center;
}

.lgcomment_button button {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #d6d4d4;
    border-radius: 10px;
    color: #777777;
    font-size: 16px;
    line-height: 18px;
    padding: 15px;
    margin: 0 auto;
}

.lgcomment-filter .title {
    text-align: center;
    font-family: Bellota, LondrinaSolid, sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
}

.lgcomment-filter .title a {
    color: #4a4a4a;
    font-size: 18px;
}

.lgcomment-filter .title a:hover {
    color: #f39100;
}

.filter-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 240px;
    margin: 0 auto;
}

.filter-items a {
    flex: 0 0 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
}

.filter-items a:hover {
    color: #f39100;
}
