/* CSS Document */

.article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -65px;
	column-gap:3.2%
}