.hero-title-large {
  font-size: 60px;
  margin-bottom: 1.5rem;
}

.text-dark-blue {
  color: #001959 !important;
}

.hero-logo {
  width: 200px;
}

.addon-list li{
  margin-bottom: 12px;
}

.bg-grid {
  background-image: url(/images/grid-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}