.article_box{
    width: 100%;
    /* background-color: pink; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.article_box img{
    width: 350px;
    /* height: 376px; */
    margin: 10px;
}
.article_desc{
    width: 100%;
    font-size: 23px;
    font-weight: bold;
    margin-top: 20px;
}