.steel-card, .relative.grid.gap-3 { /*height: 100%;*/ }
.mb-8.w-full.max-w-3xl.overflow-hidden { margin-top: 50px !important; }


@layer base {
  body {
    background-color: transparent !important;
    background: transparent !important;
  }
}

html, body, #root {
    overflow-x: unset;
	overflow-y: unset;
}

.scroll-fade-in-up, .scroll-fade-in { opacity: 1 !important; }


@layer utilities {
  .truncate {
    white-space: normal;
  }
}