
/* ABOUT ONLY — place Digital Network Solution on the same left grid line as Trade Network Solution */
html body #page-about .about-page-grid > .dns-about-card{
  grid-column:1 / -1!important;
  justify-self:stretch!important;
  width:auto!important;
}
