header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  border-bottom:1px solid #ccc;
}
.header-container {
  display: flex;
  justify-content: space-between;
  max-width:1500px;
  padding:15px 25px;
  margin: 0 auto;
  align-items: center;
}
.logo-area{
  line-height:0;
}
@media only screen and (max-width: 1350px){
  .logo-area img{
    width:140px!important;
}
