.article{display:flex;flex-direction:column}
.article-link{text-decoration:none}
.article-photo{padding-bottom:1.6rem;width:100%}
.article-photo-image{max-width:100%;width:100%;height:100%}
.article-data{font-size:1.4rem;font-weight:400;padding-bottom:.8rem}
.article-title{padding-bottom:1.6rem}
.article-tags{display:flex;flex-wrap:wrap;gap:.8rem}
.article-tags-tag{font-size:1.2rem;padding:1.2rem 2rem;color:#3e3e3e;background-color:#e9e9e9}