body {
    margin-top: 55px;
}

.custom-navbar {
    --bs-navbar-padding-x: 2rem;
    background-color: #fff;
}

.whats img {
    position: fixed;
    bottom: 85px;
    right: 20px;
    width: 45px;
    -webkit-filter: drop-shadow(1px 1px 2px #eeebeb);
    z-index: 1005;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #222;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    z-index: 1000;
}
.cookie-banner a {
    color: #4dabf7;
    text-decoration: underline;
}
.cookie-btn {
    background: #2b8a3e;
    color: #fff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
}

@media screen and (max-width: 980px) {
    .whats img {
        bottom: 90px;
        right: 10px;
        width: 40px;
    }

}

@media (min-width: 992px) {

    .blog-sidebar{
        position: sticky;
        top: 100px;
    }

}