@media (max-width: 767px) {
  .home_header_bottom_menu {
    display: none;
  }
}
.col-lg-12.home_header_bottom {
    display: flex
;
    justify-content: space-around;
}