


.about-hero {
    height: 220px;
    margin-top: 0;
    position: relative;
}

.about-hero-content-wrapper {
    padding-top: 0;
    display: flex;
    align-items: center;
}

.about-hero .container {
    padding: 0 20px;
}

.about-hero-title {
    font-size: 2rem;
    font-weight: 800;
    text-align: left; 
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}


.factory-showcase {
    padding: 30px 0;
    background-color: #fff;
    border-bottom: 1px solid #f1f5f9; 
}

.factory-showcase:last-child {
    border-bottom: none;
}

.factory-showcase .container {
    padding: 0 20px;
}


.about-card-container, .about-card-container.reversed {
    display: flex;
    flex-direction: column !important; 
    gap: 20px;
    align-items: flex-start;
}


.about-card-media {
    width: 100%;
    height: 180px !important; 
    flex: none; 
    border-radius: 8px; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.05); 
    overflow: hidden; 
    margin: 0; 
}

.about-card-media img, .about-card-media video {
    width: 100%;
    height: 100%;
    object-fit: cover !important; 
    display: block;
}


.about-card-content {
    width: 100%;
    padding: 0; 
    text-align: left;
    flex: none;
}

.about-card-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
    padding-bottom: 0; 
}


.about-card-content h2::after {
    display: none; 
}

.about-card-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 0;
    text-align: justify; 
}


.stats-container {
    padding: 40px 0;
    background: #f8fafc;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  text-align: center;
}

.stat-item {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.stat-item h3 {
    font-size: 2rem;
    color: var(--primary-blue);
    font-weight: 800;
    margin-bottom: 5px;
}

.stat-item p {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
}
