.about-us-page {
    padding: 4rem 0;
    direction: rtl;
    text-align: right;
}

.about-us-page h1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark-bg);
    margin-bottom: 2rem;
}

.about-us-page .building-image {
    width: 100%;
    max-width: 360px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.about-us-page .long-description {
    font-size: 1.05rem;
    line-height: 2;
    color: #374151;
}

.about-us-page .breadcrumb-nav {
    margin-bottom: 2rem;
    font-size: 0.9rem;
}

.about-us-page .breadcrumb-nav a {
    color: var(--primary-color);
    text-decoration: none;
}

.about-us-page .breadcrumb-nav a:hover {
    text-decoration: underline;
}

.about-us-page .section-divider {
    border: none;
    border-top: 2px solid #e5e7eb;
    margin: 2.5rem 0;
}
