        #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%;
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-attachment: fixed;
        } */

        .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(--alt-paralax-background);
            background-image: var(--grid-background-3);
        }

        .quote-subcontainer .aos-init .aos-animate {
            display: flex;
            flex-direction: row;
        }

        @media screen and (max-width: 727px) {
            .quote-subcontainer {
                height: auto;
            }
        }
        .fas.fa-quote-right{
            display: flex;
            color: var(--default-theme-color);
            align-self: flex-end;
            font-size:20px;
        }

        .fas.fa-quote-left{
            display: flex;
            color: var(--default-theme-color);
            font-size:20px;
        }

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

        @media screen and (max-width: 727px) {
            .quote-text-section {
                margin-top: 75px;
                margin-bottom: 90px;
            }
        }

        @media screen and (max-width: 610px) {
            .quote-text-section {
                padding-left: 20px;
                padding-right: 20px;
            }
        }

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

        @media screen and (max-width: 905px) {
            .quote-text-section p {
                font-size: 22px;
                flex-direction: column;
            }
        }

        @media screen and (max-width: 727px) {
            .quote-text-section p {
                font-size: 18px;
            }
        }

        @media screen and (max-width: 600px) {
            .quote-text-section p {
                font-size: 15px;
            }
        }


        /*//////////////////////////////////////////////// mod ////////////////////////////////////////////*/
        .quote-triangle-container {
            width: 100%;
            /* background-color: #FFFFFF; */
            height: 29px;
            display: flex;
            flex-direction: row;
            justify-content: center;
			position: absolute;
            bottom: 0;
        }

        .quote-triangle {
            padding: 0;
            margin: 0;
            width: 0;
            height: 0;
            border-left: 29px solid transparent;
            border-right: 29px solid transparent;
            border-bottom: 0;
            border-top: 29px solid transparent;
        }

        .quote-triangle-reversed {
            width: 0;
            padding: 0;
            margin: 0;
            height: 0;
            margin-left: -29px;
            border-left: 29px solid transparent;
            border-right: 29px solid transparent;

            border-bottom: 29px solid #FFFFFF;
        }

        .quote-triangle-reversed-right {
            width: 0;
            padding: 0;
            margin: 0;
            height: 0;
            margin-right: -29px;
            border-left: 29px solid transparent;
            border-right: 29px solid transparent;

            border-bottom: 29px solid #FFFFFF;
        }

        .quote-triangle-reversed-right-small {
            width: 0;
            padding: 0;
            margin: 0;
            height: 0;
            margin-right: -29px;
            border-top: 29px solid #FFFFFF;
            border-left: 29px solid #FFFFFF;

            /* border-bottom: 28px solid rgba(195, 38, 39, 0.8); */
        }

        .quote-triangle-reversed-small {
            width: 0;
            padding: 0;
            margin: 0;
            height: 0;
            margin-left: -29px;
            border-top: 29px solid #FFFFFF;
            border-right: 29px solid #FFFFFF;

            /* border-bottom: 28px solid rgba(195, 38, 39, 0.8); */
        }

        .quote-ocaj {
            background-color: #FFFFFF;
            /* width: 25px; */
            height: 29px;
            width: 100%;
            display: inline;
        }

        

        .quote-subcontainer .fas.fa-quote-left {
            /* display: flex;
            color: #f0e3e2;
            font-size: 20px;
            position: absolute;
            left: 28.5%;
            margin-top: 3px; */

            display: flex;
            color: #f0e3e2;
            margin-right: -10px;
            font-size: 20px;

        }
        /* @media screen and (max-width: 1789px) {
            .quote-subcontainer .fas.fa-quote-left {
                left: 23%;
            }
        }
        @media screen and (max-width: 1465px) {
            .quote-subcontainer .fas.fa-quote-left {
                left: 20%;
            }
        }
        @media screen and (max-width: 1344px) {
            .quote-subcontainer .fas.fa-quote-left {
                left: 18%;
            }
        }
        @media screen and (max-width: 1192px) {
            .quote-subcontainer .fas.fa-quote-left {
                left: 13%;
            }
        }
        @media screen and (max-width: 1066px) {
            .quote-subcontainer .fas.fa-quote-left {
                left: 9%;
            }
        }
        @media screen and (max-width: 939px) {
            .quote-subcontainer .fas.fa-quote-left {
                left: 2%;
                font-size: 16px;
            }
        }
        @media screen and (max-width: 728px) {
            .quote-subcontainer .fas.fa-quote-left {
                margin-top: 68px;
                font-size: 13px;
            }
        } */
        /* @media screen and (max-width: 431px) {
            .quote-subcontainer .fas.fa-quote-left {
                right: 8%;
                margin-top: -120px;
                font-size: 13px;
            }
        }
        @media screen and (max-width: 371px) {
            .quote-subcontainer .fas.fa-quote-left {
                right: 8%;
                margin-top: -115px;
            }
        } */

        .quote-subcontainer .fas.fa-quote-right {
            /* display: flex;
            color: #f0e3e2;
            align-self: flex-end;
            font-size: 20px;
            position: absolute;
            right: 35%;
            margin-top: -42px; */
    color: #f0e3e2;
    margin-left: -130px;
    font-size: 20px;
        }
        /* @media screen and (max-width: 1789px) {
            .quote-subcontainer .fas.fa-quote-right {
                right: 32%;
            }
        }
        @media screen and (max-width: 1465px) {
            .quote-subcontainer .fas.fa-quote-right {
                right: 28%;
            }
        }
        @media screen and (max-width: 1192px) {
            .quote-subcontainer .fas.fa-quote-right {
                right: 22%;
            }
        }
        @media screen and (max-width: 939px) {
            .quote-subcontainer .fas.fa-quote-right {
                right: 15%;
                margin-top: -39px;
                font-size: 16px;
            }
        }
        @media screen and (max-width: 728px) {
            .quote-subcontainer .fas.fa-quote-right {
                right: 15%;
                margin-top: -120px;
                font-size: 13px;
            }
        }
        @media screen and (max-width: 431px) {
            .quote-subcontainer .fas.fa-quote-right {
                right: 8%;
                margin-top: -120px;
                font-size: 13px;
            }
        }
        @media screen and (max-width: 371px) {
            .quote-subcontainer .fas.fa-quote-right {
                right: 8%;
                margin-top: -115px;
            }
        } */

        