.container{
  display:none;
}
.header_menu_1:nth-child(2){
  color: #c21019 !important;
}
.header_menu_1:nth-child(2) .header_menu_img {
  opacity: 1 !important;
  visibility: visible !important;
}
@media screen and (max-width: 599px) {
  .header_menu_1:nth-child(2){
    color: #fff !important;
  }
}