.post .post-desc h5 a {
    color: #020d26;
    text-decoration: none;
}

.post .post-desc h5 a:hover {
    color: rgb(237, 28, 36);
}

.post .post-desc a.ttm-btn {
    font-size: 14px;
    color: rgb(237, 28, 36);
    text-align: right;
    padding-right: 22px;
    text-decoration: none;
}

.ttm-pagination .page-numbers.current {
    background-color: rgb(237, 28, 36);
    color: white;
    border: none;
}

.ttm-pagination .page-numbers:hover {
    background-color: rgb(237, 28, 36);
    color: white;
    border: none;
}

.post .prev-next-buttons a {
    color: #fff;
    background-color: rgb(237, 28, 36);
    text-decoration: none;
}

.post .prev-next-buttons a:hover {
    color: rgb(237, 28, 36);
    background-color: #fff;
    border: 1px solid rgb(237, 28, 36)
}