div#search i {
    height: 15px;
    width: 15px;
}

#articles_section .card{
    border-radius: 16px;
    overflow: hidden;
    max-width: 370px;
    display: flex;
    align-items: center;
    /* height: 588px; */
}
#articles_section .card > img{
    /* width: 100%; */
    height: 277px;
}
#articles_section .card .topic{
    font-weight: 500;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#articles_section .card .description{
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0px 20px 0px;
}
#articles_section .card .tag
,#articles_section .card .dateTime{
    font-weight: 400;
    font-size: 16px;
}
#articles_section .card .tag a{
    color: #2541B2
}
#articles_section .card .tag > img
,#articles_section .card .dateTime > img{
    width: 15px;
}