/* Index page specific styles */
#ipv2wc .card-title {
  color: #163029 !important;
}
.index-hero {
  min-height: 60vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .index-hero {
    min-height: 45vh;
    background-position: center top;
  }
}
