#logo  {
top:10px;
height:76px;
}

@media (max-width: 768px) {
  #logo {
    top: 0;
    margin-top: 10px;
  }
}

.products h2 {font-size:24px} 