.quote-section {
    /*height: 100vh;*/
    position: relative;
    margin-bottom: 4vw;
    background: white;
}

.blue .quote-section{
    background: transparent;
}

.single-product .quote-section {
    padding-bottom: 8vw;
    padding-top: 6vw;
}

.quote-image {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.quote-wrapper {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*height: 100vh;*/
    z-index: 0;
  
}

.quote-section.no-visual {
    height: auto;
    /* padding: var(--spacing-256); */

}

.single-product .quote-section.no-visual{
    padding: 6vw 17vw;
}

.no-visual {
    margin-top: 4vw;

}

.no-visual .padding-global {
    color: var(--dark-blue) !important;
    mix-blend-mode: normal !important;
}

.blue .padding-global {
    color: white !important;
    mix-blend-mode: normal !important;
}


.quote-section.no-visual .quote-wrapper {
    height: auto;
    display: none;
}


.quote-section .padding-global {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: difference;
    color: #DAC49F;
   /* margin-top: -27vh;*/
}

.quote-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1200px;
    position: relative;
    will-change: transform;
    transform: translateY(0px);
}

.quote-img-wrapper {
    width: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -2vw;
}

.quote-wrapper img {
    max-height: 70%;
    aspect-ratio: 334 / 446;
    object-fit: cover;
    height: auto;
    width: auto;
    width: 25vw;
}


.author {
    margin-top: 32px;
}

@media (max-width: 991px) {
    .quote-section.no-visual {
        padding-left: 0px;
        padding-right: 0px;
    }

    .single-product .quote-section.no-visual {
        padding: 6vw;
    }

    .quote-wrapper img {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .quote-section .h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .quote-section .author .h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .quote-content {
        width: 100%;
    }

    .quote-wrapper img {
        width: 70%;
    }


    .quote-section.no-visual .padding-global {
       /* margin-top: 0;*/
    }

    .quote-section {
        /*height: 100vh;*/
        position: relative;
        margin-bottom: 25vw;
        margin-top: 30vw;
    }

    .quote-section.no-visual {
       /* margin-top: 0;*/
    }

}