.section-blog-article img{
  width: 100%;
  object-fit: cover;
}

.section-blog-article h1{
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: futura-pt, Helvetica, sans-serif;
}

.section-blog-article h2,
.section-blog-article h3,
.section-blog-article h4{
  text-align: center;
  padding-top: 20px;
}

.article_content a, .article_content a:visited, .article_content a span{
  text-decoration: underline!important;
}