        #quote {
            padding: 0;
            margin: 0;
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            position: relative;
            background: 100% 100%;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
            background-position: center;
        }

        .quote-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            /* margin-top: 115px; */
            /* margin-bottom: 115px; */

            background: 100% 100%;
        }

        .quote-layer {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            height: 100%;
            width: 100%;
        }

        .quote-layer {
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
        }

        .quote-subcontainer {
            width: 100%;
            height: 418px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: var(--category-parallax-background);

        }

        .quote-text-section {
            text-align: center;
            display: flex;
            flex-direction: column;
            line-height: 1.5;
            font-family: 'Montserrat', sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 26px;
        }

        .quote-text-section p {
            margin-top: 5px;
            margin-bottom: 5px;
            color: #f0e3e2;
            font-size: 26px;
            line-height: 1.5;
            font-family: 'Montserrat', sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .rene {
            font-size: 18px !important;
        }