.reviewpage__section-title {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background-color: #fff;
    transition: box-shadow .15s;
    margin: 20px auto;
    padding: 30px 0;
    border-radius: 5px;
}

.reviewpage__section {
    background: #F3F4F6;
}

.reviewpage__section h2 {
    color: #333;
    font-weight: 300;
}

.blockreview__item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F3F4F6;
    margin: 20px;
    padding: 10px 0;
    border-radius: 5px;
}

.blockreview__item {
    width: 300px;
    margin: 12px;
}

.blockreview__review {
    padding: 20px 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
    background-color: #fff;
    transition: box-shadow .15s;
    height: 100%;
}


.blockreview__review:hover {
    box-shadow: 0 6px 10px rgb(0 0 0 / 40%);
}


.blockreview__review-header {
    display: flex;
    align-items: center;
}

.blockreview__review-header-left img {
    max-width: 48px;
    height: auto;
    display: block;
    border-radius: 50%;
}

.blockreview__review-header-left p {
    max-width: 48px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.blockreview__review-header-right {
    margin: 12px;
}

.blockreview__review-header-right p {
    line-height: 17px;
    font-size: 13px;
    color: #999;
}

.review-icon__active {
    height: 24px;
    width: 24px;
    fill: #ffd426;
}

.review-icon__passive {
    height: 24px;
    width: 24px;
    fill: #BFBFBF;
}

.blockreview__review-rating {
    display: flex;
    align-items: center;
}

.blockreview__review-rating p {
    line-height: 17px;
    font-size: 13px;
    color: #999;
    margin-left: 10px;
}

.blockreview__review-body {
    margin-top: 20px;
    overflow: hidden;
    flex-grow: 1;
}

.blockreview__author {
    color: var(--blue);
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.blockreview__author:hover {
    color: var(--red);
}

.blockreview__review-footer {
    margin-top: 10px;
}
.blockreview__review-footer a {
    color: rgba(43,43,43,.6);
    text-decoration: underline;
    transition: color .15s;
}

.blockreview__review-footer a:hover {
    color: var(--red);
}

.blockreview__more-review {
    position: relative;
    text-align: center;
}

.blockreview__more-review a {
    display: inline-block;
    padding: 12px 16px;
    line-height: 16px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background: #0468ff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
}
.blockreview__more-review a:hover {
    background: #055de1;
    box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
}

.reviewpage__give-feedback {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 6px;
    flex: none;
    font-weight: 500;
}

.reviewpage__give-feedback p {
    margin: 6px;
    font-size: 16px;
    white-space: nowrap;
}

.reviewpage__give-feedback a {
    background: #0468ff;
    color: #fff;
    margin: 6px;
    padding: 12px 16px;
    line-height: 16px;
    border-radius: 5px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
}

.reviewpage__give-feedback a:hover {
    box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
    background: #055de1;;
}

.reviewpage__org-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.reviewpage__org-title svg {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    fill: #fff;
}
.reviewpage__org-title img {
    width:70px;
    margin: 0 5px;
}


.reviewpage__org-title p {
    margin-left: 10px;
    font-weight: 700;
    line-height: 17px;
    color: #fff;
    background: #32ba43;
    border-radius: 5px;
    padding: 2px 6px;
}

.reviewpage__org-title p:hover {
    padding: 4px 12px;
    font-size: 20px;
    cursor: pointer;
}


/*block videoreview*/
.blockvideoreview__item svg {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 38%;
    left: 41%;
    fill: rgba(255, 0, 0, 0.8);
}
.blockvideoreview__item svg:hover {
fill: rgba(255, 0, 0, 1);
transform: scale(1.1);
}

.blockvideoreview__item {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    width: 300px;
    margin: 12px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
}

.blockvideoreview__item:hover {
    box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
}

.blockvideoreview__item img {
    transition: 1s;
    display: block;
    
}

.blockvideoreview__section {
    background: #F3F4F6;
}

.blockvideoreview__section h2 {
    color: rgb(51, 51, 51);
    font-weight: 300;
    text-align: center;
}

.blockvideoreview__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;   
}

.blockvieoreview__title {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transition: box-shadow .15s;
    margin: 20px auto;
    padding: 30px 0;
    border-radius: 5px;
}

.blockvideoreview__header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px;
    flex-wrap: wrap;
}

.blockvideoreview__header img {
    border-radius: 50%;
    margin: 10px;
}
.blockvideoreview__header-text {
    margin: 10px 30px;
}

.blockvideoreview__youtube-content {
    background: #F3F4F6;
    margin: 20px;
    padding: 10px 0;
    border-radius: 5px;
}

@media only screen and (max-width: 500px) {
 .blockvideoreview__header  {
    text-align: center;

}
    .reviewpage__org-title {
    margin: 0 12px;
    }
    .blockreview__author {
        font-size: 13px;
    }
    .blockvideoreview__section h2 {
        margin:  0 12px;
    }
    .reviewpage__give-feedback {
        margin:  0 12px;
    }
}