.hero-image {
    height: calc(100vw/3) !important;
}

.article-list .article .readmore a {
    color: #ffffff;
    font-weight: 500;
    background: #001f33;
    padding: 10px;
    text-transform: uppercase;
}

.article-list .article .readmore a:hover {
    background-color: #2b4556;
    color: #fff;
}

.article-introtext {
  margin-bottom: 30px;
}