.container{
  display:none;
}
.header_menu_1:nth-child(5){
  color: #c21019 !important;
}
.header_menu_1:nth-child(5) .header_menu_img {
  opacity: 1 !important;
  visibility: visible !important;
}

@media screen and (max-width: 599px) {
  .header_menu_1:nth-child(5){
    color: #fff !important;
  }
}