
.about-hero-section {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(33,33,33,0.45);
    z-index: 1;
}
.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px;
    color: white;
}
.about-hero-title { font-size: 42px; font-weight: 700; margin: 0 0 1px; color: #ffffff; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }
.about-hero-underline { width: 60px; height: 3px; background: #D13138; margin-bottom: 16px; }

.about-sections-list { padding: 60px 20px; background: #fff; }
.about-container { max-width: 1200px; margin: 0 auto; }
.about-section-group { margin-bottom: 60px; }
.about-section-title { font-size: 28px; color: #333; margin-bottom: 10px; }
.about-section-underline { width: 50px; height: 3px; background: #D13138; margin-bottom: 30px; }

.about-posts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.about-post-card { border: 1px solid #eee; border-radius: 8px; overflow: hidden; }
.about-card-image img { width: 100%; height: 200px; object-fit: cover; display: block; }
.about-card-content { padding: 20px; }
.about-card-content h3 { font-size: 18px; margin: 0 0 10px; color: #222; }
.about-card-link { color: #D13138; font-weight: 600; text-decoration: none; }