
        .process-image-section {
            text-align: center;
            margin: 20px 0;
            padding: 10px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }
        
        .section-title {
            font-size: 40px;
            color: #000000;
            margin-bottom: 30px;
            font-weight: 100%;
            text-align: center;
        }
