/** Shopify CDN: Minification failed

Line 8:9 Expected ":"
Line 8:11 Expected identifier but found "100%"

**/
.review-section {
    width; 100%;
    max-width: 804px;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin: auto;
}
.review-section .title-content-bg {
    display: inline-block;
    width: 120%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: skew(-20deg) translateY(-50%);
    z-index: 0;
    background: #ffe100;
}
.review-section .title-content-bg::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 100%;
    right: -38px;
    transform: skew(0);
    background-image: url(custom_section_title_deco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.review-section #gt {
    padding-top: 20px;
}
