/* Accessibility Section */
.accessibility-section h2 {
    color: #003366;
    font-weight: bold;
}

.accessibility-section h4 {
    color: #ffcc00;
    margin-top: 30px;
}

.accessibility-section ul li {
    margin-bottom: 6px;
}

.highlight {
    background: #003366;
    color: #fff;
    padding: 20px;
    border-left: 5px solid #ffcc00;
    border-radius: 8px;
    margin: 20px 0;
}

h6{
    font-size: 15px !important;
}

ul{
    font-size: 14px !important;
}