.paragraph--type--paragraph-block.primary-features {
    background-color: #003479 !important; /* Apply dark blue background */
    color: white !important; /* Ensure text is white for readability */
    padding: 20px 0; /* Optional: Add padding for spacing */
}

.paragraph--type--paragraph-block.primary-features h6 {
    color: white !important; /* Ensure headings are white */
}

.paragraph--type--paragraph-block.primary-features p {
    color: white !important; /* Ensure paragraph text is white */
}

.paragraph--type--paragraph-block.primary-features .icon {
    color: white !important; /* Ensure icons are white */
}