Change Color of Collection Description Text

How do I change the color of the text of the collection description? I want to change the description shown here: https://www.edenandebb.com/collections/eden-ebb-x-naomi-amber-dawn to color code #484540 instead of black as shown.

Hello @EdenAndEbb ,

Under assets edit file ‘component-collection-hero.css’ and at the bottom add this css

.collection-hero__description.rte {
    color: #484540;
}

Thanks