/** Shopify CDN: Minification failed

Line 23:22 Expected ")" to end URL token
Line 33:22 Expected ")" to end URL token

**/
.full-width-quote-section {
    background: #131313;
    padding: 120px 0;
    text-align: center;
    color: #fff;
}
.full-width-quote-section .content {
    padding: 0 80px;
    position: relative;
    z-index: 2;
}
.full-width-quote-section .content::before {
    content: "";
    height: 112px;
    width: 127px;
    position: absolute;
    background: url({{"icon-quote-grey.png"|asset_url}}) no-repeat center / 127px;
    top: -20px;
    left: 0;
    z-index: -1;
}
.full-width-quote-section .content::after {
    content: "";
    height: 112px;
    width: 127px;
    position: absolute;
    background: url({{"icon-quote-grey.png"|asset_url}}) no-repeat center / 127px;
    top: -20px;
    transform: rotate(180deg);
    right: 0;
    z-index: -1;
}
.full-width-quote-section p {
    font-size: 50px;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    font-stretch: condensed;
    margin: 3px 0 20px;
    color: #fff;
    position: relative;
    font-style: italic;
    text-align: center;
    line-height: 1;
    letter-spacing: normal;
}
.full-width-quote-section .name {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    position: relative;
}
@media (max-width: 980px) {
    .full-width-quote-section {
        padding: 136px 0 60px;
    }
    .full-width-quote-section .content {
        padding: 0px !important;
    }
    .full-width-quote-section .content::after {
        display: none;
    }
    .full-width-quote-section .content::before {
        right: 0;
        left: 0;
        top: -76px;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .full-width-quote-section .content p {
        font-size: 35px;
        line-height: 1.14;
    }
}