.support-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('/images/index/45521_Box_GIF_Creative_09_resized.webp');
}

.support-main-content {
  flex-direction: column;
  align-items: center;
}

.sub-nav .is-active {
  color: var(--science-AI);
}

.category-nav {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.support-portal {
  display: block;
}

.support-portal-title {
  color: #dc2626;
  margin-bottom: 20px;
}

.support-actions {
  margin: 24px 0;
}

.support-address-title {
  margin: 24px 0 10px;
}

.section-title{
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .category-nav {
    align-items: center;
  }
}
