li::marker {
    color: #6c4e78;
}

img {
    max-width: 45%;
    height: auto;
    border-radius: 5%;
}

.article-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.article-description {
    display: flex;
    flex-direction: column;
    margin-top: 0rem;
    /*align-self: flex-start;*/
    flex-grow: 1;
    max-width: 30rem;
}

/*
.move-down {
    margin-top: 5rem;
}*/

.article-description p {
    max-width: max-content;
}

figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0rem;
    flex-grow: 1;
}

div h4 {
    padding: 1rem;
    padding-bottom: 0.2rem;
}

div p {
    padding: 1rem;
    padding-top: 0.2rem;
}