 .main-content {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .container {
            max-width: 1360px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-title {
            font-size: 32px;
            font-weight: bold;
            color: #1e3a5f;
            margin-bottom: 15px;
        }

        .section-underline {
            width: 60px;
            height: 4px;
            background-color: #ffd700;
            margin-bottom: 30px;
        }

        .content-text {
            font-size: 16px;
            line-height: 1.8;
            color: #666;
            margin-bottom: 30px;
        }

        .quote-box {
            background-color: #f1f3f6;
            padding: 20px;
            border-left: 4px solid #ffd700;
            margin: 30px 0;
            font-style: italic;
            color: #555;
        }

        .core-values {
            margin-top: 50px;
        }

        .value-item {
            margin-bottom: 25px;
        }

        .value-title {
            font-weight: bold;
            color: #1e3a5f;
            margin-bottom: 8px;
        }

        .value-description {
            color: #666;
            line-height: 1.6;
        }