
/* Lower the About Page Paragraph Section */
.about-description,
.about-text {
  position: relative !important;
  top: 120px !important; /* pushes content down */
}

@media (max-width: 768px) {
  .about-description,
  .about-text {
    top: 80px !important;
  }
}

/* Narrative Frames – remove glow entirely */
.narrative-frames img,
.narrative-frames .frame,
.narrative-frames-card img {
  box-shadow:none;
  filter:none;
}

/* FORCE Narrative Frames to be plain like Production Capabilities */
#narrative-frames img,
#narrative-frames *,
.narrative-frames img,
.narrative-frames-card img {
  box-shadow: none !important;
  filter: none !important;
  outline: none !important;
  border: none !important;
  background: transparent !important;
  transition: none !important;
}
