.header-organic {
  background-color: rgb(0, 125, 188);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-height: 118px;
  padding: 30px 0;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header-organic img {
  width: 138px;
}
@media screen and (max-width: 576px) {
  .header-organic {
    background-size: auto 100%;
    padding: 20px 0;
    padding-bottom: 15px;
  }
  .header-organic img {
    max-width: 80px;
  }
}