body > .footer {
    float: left;
    width: 100%;
}
.article-card {
    margin-bottom: 50px;
    padding: 0 20px;
    height: 300px;
    max-width: 500px;
    /*min-width: 400px;*/
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.article-card:hover {
    cursor: pointer;
    text-decoration: none;
}
.article-img-wrap {
    position: relative;
    width: 100%;
    height: 70%;
}
.article-img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 15px;
}
.article-card-bottom {
    padding-top: 10px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 30%;
    display: grid;
    /*flex-direction: column;*/
    /*flex-shrink: 0;*/
    /*justify-content: end;*/
}
.article-date-time {
    /*margin-top: 10px;*/
    padding-bottom: 5px;
    width: calc(100% - 0.3rem);
    height: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.publication-date {
    margin-right: 10px;
    width: 200px;
    height: 100%;
    position: relative;
    flex-shrink: 0;
}
.iconex-light-calendar-txC {
    width: 0.9rem;
    object-fit: contain;
}
.article-date-text {
    position: absolute;
    left: 1.75rem;
    top: 0;
}
.item--wQg {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2575;
    color: #777777;
    /* font-family: Circe, 'Source Sans Pro'; */
    white-space: nowrap;
}
.item-10102023-pUU {
    /*width: 7.2rem;*/
    /*height: 2.1rem;*/
    /*position: absolute;*/
    left: 6rem;
    top: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2575;
    color: #777777;
    /* font-family: Circe, 'Source Sans Pro'; */
    white-space: nowrap;
}

.reading-time {
    height: 100%;
    position: relative;
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-shrink: 0;*/
}
.iconex-light-timer-eiQ {
    /*margin: 0.1rem 1.1rem 0 0;*/
    /*margin-right: 10px;*/
    width: 0.9rem;
    /*height: 2.1rem;*/
    object-fit: contain;
    vertical-align: top;
    flex-shrink: 0;
}
.item-5--ykg {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    /* font-family: Circe, 'Source Sans Pro'; */
    white-space: nowrap;
    flex-shrink: 0;
}
.item--5oi {
    font-size: 17px;
    font-weight: 700;
    color: #191919;
    /* font-family: Circe, 'Source Sans Pro'; */
    flex-shrink: 0;
}

.pagination {
    width: 100% !important;
    margin-left: 0 !important;
    justify-content: center !important;
    float: left;
}
.pagination-pages {
    margin: 0 10% 0 10%;
}

