.bar {
display: flex;
cursor: pointer;
min-height: 80px;
gap: 20px;
}
@media only screen and (max-width: 992px) {
justify-content: space-between;
overflow: auto;