.brand-review{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.brand-review .brand-review-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}

.brand-review .brand-review-content{
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 3px 10px 0px #0000001A;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 0 2px 2px 0;
    padding: 15px 15px 25px;
}

.brand-review .brand-review-content .clogo {
    width: 128px !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.brand-review .brand-logo-rating-blog a{
    width: min-content;
}

.brand-review .brand-logo-rating-blog{
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0 15px;
}

.brand-review .brand-logo-rating-blog>div {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
}

.brand-review .brand-logo-rating-blog img{
    max-width: 150px !important;
    height: auto;
}

.brand-review .top-rating-wrap {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.brand-review .brand-review-blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #F0F1F5;
}

.brand-review .brand-review-content .rti {
    display: flex;
    align-items: center;
    gap: 5px;
}

.brand-review .column_rating{
    position: relative;
    width: 100%;
    height: 10px;
    background: #E6E6E6;
}

.brand-review .column_rating::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #FFB700;
    width: var(--value-rate);
}

.brand-review .brand-review-blog{
    position: relative;
    width: 100%;
}

.brand-review .brand-review-blog ul{
    margin: 0 !important;
}

.brand-review .brand-review-blog li{
    background-image: unset;
    padding: 10px 20px;
    margin-bottom: 0;
}

.brand-review .row_rating_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    line-height: 31px;
    padding: 10px 0;
}

.brand-review .row_rating_title>span img{
    margin-bottom: 3px;
}

.brand-review .row_rating_title>span{
    display: flex;
    align-items: center;
    gap: 5px;
}

.brand-review .rating_val{
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
}