Can I change the content container border color?

Hi,

I have added borders to my content containers through my theme settings, they are appearing a sort of dull color, is there anything I can easily add to change them to a color of my choice?

I’m using the Refresh theme, my website is dropshiprevolution.co.uk password is taflea

add css to theme.css.liquid?

.image-with-text__content {
border: 5px solid RED;
}

Thanks so much, im a complete css newbie aha, didn’t know it was this simple. This post has helped me with so much other stuff which is also simple ahah thanks

FYI, the syntax is like this.
https://css-tricks.com/almanac/properties/b/border/