        .vv-philosophy-section {
            position: relative;
            padding: 40px 20px;
            background: white;
            overflow: hidden;
        }

        .vv-philosophy-wrapper {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
        }

        .vv-philosophy-bg-text {
            position: absolute;
            top: -20px;
            left: 0;
            font-size: 120px;
            font-weight: 800;
            color: #000000;
            opacity: 0.1;
            letter-spacing: 6px;
            white-space: nowrap;
            pointer-events: none;
        }
        .vv-philosophy-bg-texts{
            position: absolute;
            top: -20px;
            left: 0;
            font-size: 78px;
            font-weight: 800;
            color: #000000;
            opacity: 0.1;
            letter-spacing: 6px;
            white-space: nowrap;
            pointer-events: none;
        }

        .vv-philosophy-heading {
            font-size: 40px;
            font-weight: 700;
            color: #2f2f2f;
            line-height: 1.3;
            margin-bottom: 10px;
            max-width: 900px;
        }

        .vv-philosophy-headings{
            font-size: 30px;
            font-weight: 700;
            color: #2f2f2f;
            line-height: 1.3;
            margin-bottom: 10px;
            max-width: 900px;
        }

        .vv-philosophy-headings span {
            color: #016eaf;
        }

        .vv-philosophy-heading span {
            color: #016eaf;
        }

        .vv-philosophy-author {
            font-size: 15px;
            color: #666666;
            margin-bottom: 25px;
        }

        .vv-philosophy-text {
            font-size: 14px;
            line-height: 1.8;
            color: #444444;
            max-width: 1200px;
            margin-bottom: 20px;
            text-align: justify;
        }

        @media (max-width:768px) {
            .vv-philosophy-bg-text {
                font-size: 40px;
            }

            .vv-philosophy-heading {
                font-size: 20px;
            }
        }