Make blog post titles and date full width of image on home page in dawn theme

Hi there, I’d like to make the titles and dates of my blog posts on my home page the full width of the image, but still left aligned, rather than indented or slightly centred like they currently are. Can anyone help? Thanks!

Hello @dani250

Please paste the CSS

body .blog-articles .article-card .card__information, 
body .blog__posts .article-card .card__information {
  padding-right: 0;
  padding-left: 0;
}

OUTPUT:

Thanks

Amazing, thank you so much for your help!