.latestCard {
    margin: 20px 0;

    position: relative;

    .latestMeta {
        border-top: unset;
        border-bottom: unset;
        position: absolute;
        top: 4px;
        right: 20px;
        background-color: #fff;
        border-radius: 6px;
        padding: 10px;
    }
}

.pagination {
    justify-content: center;
    margin-top: 40px;
}