.rel-sticky .papstickyBadge a:hover {
    background: #ffffff !important;
}

    .rel-sticky .papstickyBadge a:hover span {
        color: #000000;
    }

.rel-sticky .papstickyBadge a {
    top: 230px;
    color: #ffffff;
    z-index: 99;
}

@media (min-width: 992px) {
    .rel-sticky .papstickyBadgeMobile {
        display: none !important
    }
}

@media (max-width: 991px) {

    .rel-sticky .papstickyBadgeMobile {
        background: #834cb1;
        top: auto;
        position: absolute;
        z-index: 99;
    }
        .rel-sticky .papstickyBadgeMobile.after {
            top: 59px;
        }

    .bannersection {
        margin-top: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .papstickyBadge a:last-child {
        top: 217px !important;
    }
}
   