.button-base {
  background-color: #1e549e;
}

#info-item h2 {
  color: #1e549e;
}

@media screen and (max-width: 900px) {
  html, body { font-size: 11px; }
  #info-item { 
    min-width: 50vw; 
    max-width: 50vw; 
    width: 50vw; 
  }
}