.toTopBtn.declined-to-top {
    bottom: 90px;
}

@media screen and (max-width: 420px){
    .toTopBtn.declined-to-top {
        bottom: 130px;
    }

    .bee-container{flex-direction: column;}
}