@media (min-width: 1024px) and (max-width: 1299px) {
  .header__accountUser {
    margin: 0;
  }
  
}

.header__pro {
  transition: .3s ease;
}

.header__pro:hover {
    background-color: #a00506;
    color: white;
  }
.chrome img{image-rendering:auto!important;}