
.wp-block[data-type="custom-plus-minus/plus-minus"]::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: url('assets/preview.jpg') no-repeat center center;
    background-size: cover;
}

.review{
    background: #fff;
    border: 1px solid rgba(9, 31, 48, .08);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(9, 31, 48, .08);
    margin-bottom: 20px;
    overflow: hidden;
}

.review__center{
    border-top: 1px solid rgba(9, 31, 48, .08);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 26px 24px 32px;
}

.review__center-plus{

}

.review__center p.heading {
    align-items: center;
    color: #091f30;
    display: flex;
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 20px;
}

.review__center-plus p.heading span {
    background: rgba(124, 228, 149, .12);
    color: #55c595;
}

.review__center-minus p.heading span {
    background: rgba(255, 100, 51, .08);
    color: #ff6433;
}

.review__center p.heading span {
    align-items: center;
    border-radius: 50%;
    display: flex;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    margin-right: 12px;
    width: 32px;
    padding: 5px;
}

.review__center p.heading span svg {
   max-width: 100%;
}

.review__center ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.review__center_items li {
    color: #215273;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding-right: 30px;
    margin-bottom: 10px;
}

.review__center-minus li span {
    color: #ff6433;
}
.review__center_items span {
    align-items: center;
    color: #55c595;
    display: flex;
    flex-shrink: 0;
    font-size: 20px;
    height: 20px;
    justify-content: center;
    margin-right: 16px;
    width: 24px;
}

@media (max-width: 499px) {
    .review__center {
        display: block;
    }
    .review__center-plus{
        margin: 0 0 40px;
    }
}