.wdk-home-title {
    position: fixed;
    top:22px;
    z-index: 2010;
    font-size: 26px;
    color: var(--home-title-color);
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

@media (max-width: 1280px) {
    .wdk-home-title {
        display: none;
    }
}

body.alert-show.alert-top .wdk-home-title {
    top: calc(22px + 62px);
}
