@font-face {
    font-family: Urbanist;
    src: url('../../fonts/Urbanist-Regular.ttf');
    font-weight: 400;
}

.ds-load-more {
    display: none;
}

.pa-page-heading-mobile {
    display: none;
    color: #000000;
    font-family: Urbanist;
    font-weight: 400;
    font-size: 38px;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 850px) {
    .page main {
        padding-top: 25px !important;
    }

    #affwp-affiliate-dashboard .va-my-account {
        display: none;
    }

    .pa-page-heading-mobile {
        display: block;
    }
}
