.history-section {
            padding: 60px 0;
            background: #f8f9fa;
        }
        
        .history-image-container {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .history-image-container img {
            width: 100%;
            height: auto;
            display: block;
        }

        .section-title {
            color: #003366;
            border-left: 5px solid #ffcc00;
            padding-left: 15px;
            margin-bottom: 25px;
            font-weight: 700;
            font-size: 28px;
        }

        .history-text {
            line-height: 1.8;
            color: #444;
            text-align: justify;
            font-size: 16px;
        }
