.hero.hero-normal .hero__search {
margin-bottom: 0;
}
.hero__search__form {
width: 100% !important;
float: none;
}
.hero__search__form form input {
width: calc(100% - 120px);
}
.hero__categories {
margin-bottom: 0;
}
@media (max-width: 767px) {
.hero__categories {
    margin-top: 15px;
}
}
