.finance-load-more {
    display: flex;
    justify-content: center;
    margin: 36px 0 54px;
}

.finance-load-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 26px;
    background: var(--finance-primary);
    border-radius: var(--radius-btn);
    color: var(--color-surface) !important;
    font-weight: 900;
    text-decoration: none;
}

.finance-load-more a:hover {
    background: var(--finance-primary-dark);
}