.article-row {
    padding-bottom: 2rem;

}
.article-row .article-title {}
.article-row .article-image {
    height: 15rem;
    background-position: center;
    background-size: cover;
}
.article-row ~ .article-row {
    border-top: 1px solid lightgrey;
    padding-top: 2rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .article-row .article-title {
        margin-top: 0;
    }
    .article-row .article-image {
        height: 100%;
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}
