.template {
    display: none;
}
.article {
    display: flex;
    margin: 20px 0;
}

.article-image {
    display: block;
    flex: 3;
    position: relative;
    padding-top: 20%;
}

.articles {
    margin-top: 100px;
}

.article-content {
    flex: 6;
}

.article-img {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

.herbarium-list-image{
    width:100%;
}