article {
    width: 100%;
}

article:not(:last-child) { margin-bottom: 50px; }

.article-image {
    width: 100%;
    margin-bottom: 20px;
}

.article-meta {
    display: flex;
    list-style: none;
    font-size: 12px;
}

.article-meta-data:not(:last-child)::after {
    display: inline-block;
    content: "\2022";
    font-weight: bold;
    margin: 0 10px;
    color: #a37ecc;
}

.article-header {
    margin: 20px 0;
    font-size: 36px;
}

.article-content {
    line-height: 200%;
    text-align: justify;
    margin-bottom: 20px;
}