html {
    scroll-behavior: smooth;
}

.top-row {
    width: 25%;
}

@media (max-width: 992px) {
    .top-row {
        width: auto;
    }
}