/* Hide About Journal description only on homepage banner */
div.relative > p.inline.font-extrabold.text-white + div.mt-3.text-2xl.tracking-tight.text-slate-200 {
  display: none !important;
}
