edit the collection description alignment of a collection page banner in shopify store

Hey there,

I am building a store using Dawn and am having a little pickle with one of the collection pages.

The collection banner on one of the pages is entirely out of alignment. The title is nicely to the left. The description looks to be tabbed in a couple of times and I would like it to be uniform and also to the left.

I added the following code to force it through, but it made no difference.

.collection-hero__title {
text-align: left;
}
.collection-hero__description {
margin: left;
}

I have added this code to Asset->/component-collection-hero.cs

With this code added, the other store pages are aligned to the left.

Is anyone able to advise, please?

Thank you,

Kate