  #ats-insert_ads-9-wrapper,
#ATS_article_mid2 {
    display: none;
}
#mycareertest h2 {
    background-color: #fba818;
    padding: 8px 10px;
    color: hsl(0, 0%, 100%);
}
.range-wrap {
    position: relative;
    margin: 0 auto 3rem;
}
.range {
    width: 100%;
}
.bubble {
    background: red;
    color: white;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
}
.bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: red;
    top: -1px;
    left: 50%;
}

@media (max-width: 767px) {
    .a2a_kit, .a2a_menu, .a2a_modal, .a2a_overlay {
        display: none;
    }
}
