.specialty-disease-page .common-hero {
  background:
    radial-gradient(circle at 76% 28%, rgba(0, 102, 179, .42), transparent 34%),
    linear-gradient(120deg, #002849 0%, #003870 52%, #117fc3 100%) !important;
}

.specialty-disease-page .governance-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.specialty-disease-page .common-truth {
  background: linear-gradient(120deg, #003870, #0066b3);
}

@media (max-width: 780px) {
  .specialty-disease-page .governance-grid {
    grid-template-columns: 1fr;
  }
}
