.header-logo a img {
  right: -405px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .header-logo a img {
    right: -314px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo a img {
    right: -521px;
  }
}
@media screen and (max-width: 568px) {
  .header-logo a img {
    right: -353px;
  }
}
.cat-2.cat-theme-bg.cat-theme-bg {
  background-color: #f39c12;
}
