/* Headline Section */
#inner-headline {
    background-color: #f8f9fa;
    padding: 20px 0;
    border-bottom: 2px solid #dee2e6;
}

#inner-headline .breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 12px; /* Slightly smaller font for breadcrumbs */
}

#inner-headline h2 {
    font-size: 24px; /* Reduced size for proper hierarchy */
    font-weight: bold;
    margin-top: 10px;
}

/* Content Section */
#content h4, 
#content h5 {
    font-weight: bold;
    margin-bottom: 15px; /* Adjusted spacing for consistency */
    color: #4eb7c0;
}

#content h4 {
    font-size: 18px; /* Adjusted heading size */
}

#content h5 {
    font-size: 16px; /* Adjusted subheading size */
}

#content p {
    margin-bottom: 15px; /* Reduced spacing for tighter layout */
    font-size: 16px;
    line-height: 1.6; /* Adjusted for smaller font size */
}

#content ul {
    margin-left: 15px;
    margin-bottom: 15px;
    list-style-type: disc;
}

#content ul li {
    margin-bottom: 8px; /* Reduced spacing for compactness */
    font-size: 16px; /* Consistent font size */
}

#content a {
    color: #4eb7c0;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

#content a:hover {
    text-decoration: underline;
}