/* Page Content */
.page-content {
    min-height: 400px;
}

.page-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.page-text p {
    margin-bottom: 1.5rem;
}

.page-text h2 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.page-text h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #333;
}

/* Responsive */
@media (max-width: 991px) {
    .page-content.pt-5 {
        padding-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .page-title {
        font-size: clamp(1.5rem, 8vw, 2.5rem);
    }
    
    .breadcrumb {
        font-size: 0.875rem;
    }
}