.brand-content {
    padding: 40px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.brand-hero {
    text-align: center;
    margin-bottom: 60px;
}

.brand-hero h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.brand-subtitle {
    font-size: 20px;
    color: #666;
}

.timeline-section {
    margin-bottom: 60px;
}

.timeline-item {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    padding-left: 50px;
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #007bff;
}

.timeline-year {
    font-size: 24px;
    font-weight: 600;
    color: #007bff;
    min-width: 80px;
}

.timeline-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.vision-section,
.representative-section,
.service-section {
    margin-bottom: 60px;
    padding: 40px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.service-item {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
}

.service-item i {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 20px;
}
