.cookies-body__text a {
    transition: all .3s;
}
.cookies-body__text a:hover {
    color: #00E3E3;
}

.new_footer__top .n_h_sect_btn.n_btn_footer{
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .new_footer__top .n_h_sect_btn.n_btn_footer {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .cookies-body {
        margin: 0 auto;
        position: sticky;
    }
}