Blog posts section text alignment and size

Hi, in the blog posts section, how can I shift the card title and text to the left.

Also I want to increase the card title font size too.

Your store has a password

I have worked it out

component-article-card.css

.blog-articles .article-card .card__information,
.blog__posts .article-card .card__information {
padding-left: 0.3rem;
padding-right: 2rem;
}

.article-card .card__heading {
margin-bottom: 0.6rem;
font-size: 18px;
}