@media screen and (max-width: 700px) {
    .front-btns {
        flex-direction: column;
        gap: 6px;
    }
}
