.article {
    background: #232526;
    border: 1px solid white;
    color: white;
    height: 375px;
    width: 350px;
    position: relative;
}

.article-header {
    /* height: 80px; */
}

.article-title {
    /* font-size: 20px; */
    font-weight: bolder;
    margin-bottom: 0;
}

.article-date {
    font-size: 10px;
    margin-bottom: 5px;
}

.article-description {
    /* height: 40px; */
    font-size: 12px;
}

.article-spotlight {
    width: 100%;
    /* height: 300px; */
    text-align: center;
}

.article-container .row {
    justify-content: center;
}

@media (min-width: 992px) {
    .article-container .row {
        justify-content: start;
    }
}