
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wrapper-1{width: 80%;max-width: 1170px;margin: 0px auto;}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
}

/* Main Header */
.header {
  padding: 10px 0;
}

.main-header {
  display: flex;
      justify-content: space-between;
  align-items: center;
}

.header-1 img {
  max-height: 70px;
}


/* Responsive */

@media (max-width: 1024px) {
.wrapper-1 { width: 96%;}
.header-1 img {
    max-height: 50px;
}
}
@media (max-width: 600px) {
.header-3{display: none;}
    .header-1 img {
        max-height: 30px;
    }
.header-2 img{max-width: 15px;}
}